summaryrefslogtreecommitdiff
path: root/profile.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-22Make this a two-pass algorithm, one pass to add the trace, and one to doSoren Sandmann1-2/+0
2007-10-22 Soren Sandmann <sandmann@daimi.au.dk> * profile.c (add_trace_to_tree): Make this a two-pass algorithm, one pass to add the trace, and one to do the accounting. svn path=/trunk/; revision=384
2007-10-22Fix some spelling errorsSoren Sandmann1-1/+1
2007-10-22 Soren Sandmann <sandmann@daimi.au.dk> * sfile.c: Fix some spelling errors * profile.[ch], sysprof.[ch]: Change "non_recursive" to "cumulative" to match the UI * profile.c (add_trace_to_tree): Add a couple of asserts. * TODO: updates svn path=/trunk/; revision=383
2006-01-14Only build GUI when the necessary dependencies are found.Soeren Sandmann1-1/+4
Sat Jan 14 18:24:43 2006 Soeren Sandmann <sandmann@redhat.com> * configure.ac, Makefile.am: Only build GUI when the necessary dependencies are found. * sysprof.c (compute_text_width): Remove unused variable * profile.c (build_object_list): Follow next instead of siblings.
2005-11-05Don't compute the total field.Soeren Sandmann1-2/+0
Sat Nov 5 12:39:33 2005 Soeren Sandmann <sandmann@redhat.com> * profile.c (add_trace_to_tree): Don't compute the total field. * profile.h (struct ProfileDescendant): Remove 'total' field. * sysprof.c: Delete DESCENDANTS_TOTAL column and everything related to it. * profile.c: Remove commented out code * sfile.c (handle_text): Don't copy the text
2005-10-30Merge stackstash-reorg branch into HEADSoren Sandmann1-6/+9
2005-10-30 Soren Sandmann <sandmann@redhat.com> * Merge stackstash-reorg branch into HEAD
2005-04-09Remove debug spewSøren Sandmann1-3/+3
Sat Apr 9 17:04:50 2005 Søren Sandmann <sandmann@redhat.com> * Makefile: Remove debug spew * *: Add copyright notices
2005-03-03Experiment with a file-format-description format.Soeren Sandmann1-2/+4
Wed Mar 2 23:39:50 2005 Soeren Sandmann <sandmann@redhat.com> * profile.[ch], sfile.[ch]: Experiment with a file-format-description format. * sysprof.c: Add commented out code using /proc/ based timeout.
2004-11-15*** empty log message ***Søren Sandmann Pedersen1-4/+3
2004-11-12various small fixesSøren Sandmann Pedersen1-6/+7
2004-04-27Initial revisionSøren Sandmann Pedersen1-0/+74