summaryrefslogtreecommitdiff
path: root/src/callgraph-store.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Some forgotten changes.Chris Wilson1-16/+5
2008-05-08Fix misaccumulation in callgraph.Chris Wilson1-5/+16
2007-12-25Prune recursion frames.Chris Wilson1-1/+0
2007-12-21Accumulate callgraph since last update.Chris Wilson1-1/+4
2007-12-16Allow user to limit number of callers to uniquely identify allocators.Chris Wilson1-3/+8
2007-12-05Assert that the Allocators are b0rked.Chris Wilson1-8/+4
2007-12-05Store the array of Frames in the Allocator (rather than 3 arrays).Chris Wilson1-40/+43
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-04Add events to their own AllocatorTime.Chris Wilson1-0/+3
2007-12-03Add a few UL.Chris Wilson1-4/+4
2007-12-0264bit fixes.Chris Wilson1-10/+10
2007-12-02Skip unused allocators in the callgraph.Chris Wilson1-0/+3
2007-12-02Lightwieght memory profiler.Chris Wilson1-3/+9
2007-11-30Move to a separate todo.Chris Wilson1-15/+0
2007-11-30Fix the signal emission during construction.Chris Wilson1-87/+103
2007-11-30Emit tree model signals in order.Chris Wilson1-94/+153
2007-11-30Emit tree model signals - still not quite right.Chris Wilson1-115/+204
2007-11-29Add the filtered children.Chris Wilson1-2/+25
2007-11-29Fix Tree corruption.Chris Wilson1-7/+11
2007-11-29Accumulate deltas.Chris Wilson1-7/+13
2007-11-29Accumulate callgraph.Chris Wilson1-253/+186
2007-11-28Simplify node counting.Chris Wilson1-34/+18
2007-11-28Embed hash tables and btrees to reduce fragmentation.Chris Wilson1-120/+366
2007-11-28Chunkify allocations.Chris Wilson1-67/+77
2007-11-27Replace g_intern_string with a GStringChunk - reduces number of allocs.Chris Wilson1-1/+1
2007-11-27Limit the accumulated size_allocs to only active sizes.Chris Wilson1-4/+6
2007-11-27Add labels to the ring view.Chris Wilson1-1/+1
2007-11-26Add a ring view.Chris Wilson1-4/+58
2007-11-24Move source files into src/Chris Wilson1-0/+714