summaryrefslogtreecommitdiff
path: root/src/callgraph.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Some forgotten changes.Chris Wilson1-2/+2
2008-05-08Actually use the pretty-print number for the tooltip.Chris Wilson1-2/+2
2008-04-28Restore column title and set autoexpand threshold to 95%.Chris Wilson1-1/+3
2008-04-28Show fraction of parent in callgraph and autoexpand only children.Chris Wilson1-2/+147
2008-04-23Tons of UI tweaks. Oops.Chris Wilson1-4/+4
2007-12-08Flag busy when updating the callgraph or ring view.Chris Wilson1-0/+4
2007-12-07Automatically select everything so that the ring view is initially active.Chris Wilson1-1/+4
2007-12-07Use select_path as we already have allocated the path.Chris Wilson1-0/+4
2007-12-05Store the array of Frames in the Allocator (rather than 3 arrays).Chris Wilson1-10/+12
2007-12-04Rename to odin (Óðinn) after the Norse god of wisdom.Chris Wilson1-5/+5
2007-12-04Add GPL copyright preamble.Chris Wilson1-0/+21
2007-12-02Lightwieght memory profiler.Chris Wilson1-0/+2
2007-11-30Fix the signal emission during construction.Chris Wilson1-21/+85
2007-11-30Emit tree model signals in order.Chris Wilson1-30/+62
2007-11-29Accumulate callgraph.Chris Wilson1-17/+25
2007-11-28Use a big chunk allocator for permanent allocations.Chris Wilson1-41/+3
2007-11-27Replace g_intern_string with a GStringChunk - reduces number of allocs.Chris Wilson1-1/+1
2007-11-27Show callstack percentage.Chris Wilson1-4/+22
2007-11-27Hide a few compiler warnings and pretty print numbers.Chris Wilson1-5/+12
2007-11-26Add a ring view.Chris Wilson1-1/+3
2007-11-24Move source files into src/Chris Wilson1-0/+544