GTG

Comment 3 for bug 495758

Revision history for this message
Jeff Fortin Tam (kiddo) wrote : Re: [Bug 495758] Re: cleanup feature

I do feel GTG to be a bit sluggish for some operations (such as loading
the initial list of tasks), but this shouldn't be related to the
filesize of my current xml file (it's "only" 70 Kib, instead of being
megabytes). I'm thinking that there may also be other types of
bottlenecks in the application and how it manages data in general, you
could take a look at profiling it (see
http://live.gnome.org/gtg/development )

By the way, that wiki page seems incorrect:
pstats.Stats('gtg.prof')

Shouldn't be (if I remember correctly):
p = pstats.Stats('gtg.prof')