index
:
~ickle/odin
master
mmap
Odin: a simple memory profiler over time, ala massif but lightweight.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
frames.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-2
/
+1
2007-12-05
Move the task of symbol lookup to the gui.
Chris Wilson
1
-14
/
+8
2007-12-04
Rename to odin (Óðinn) after the Norse god of wisdom.
Chris Wilson
1
-5
/
+5
2007-12-04
Add GPL copyright preamble.
Chris Wilson
1
-0
/
+21
2007-12-02
Reset client state for every init to handle executing shell scripts.
Chris Wilson
1
-2
/
+2
2007-12-02
Lightwieght memory profiler.
Chris Wilson
1
-2
/
+2
2007-11-30
Treat unknown functions as is_alloc_fn.
Chris Wilson
1
-0
/
+1
2007-11-30
64bit corrections.
Chris Wilson
1
-6
/
+6
2007-11-29
Accumulate deltas.
Chris Wilson
1
-6
/
+6
2007-11-29
64bit corrections.
Chris Wilson
1
-6
/
+6
2007-11-29
Accumulate callgraph.
Chris Wilson
1
-1
/
+1
2007-11-28
Fix a few memleaks.
Chris Wilson
1
-9
/
+29
2007-11-28
Embed hash tables and btrees to reduce fragmentation.
Chris Wilson
1
-3
/
+8
2007-11-28
Use a big chunk allocator for permanent allocations.
Chris Wilson
1
-1
/
+3
2007-11-27
Replace g_intern_string with a GStringChunk - reduces number of allocs.
Chris Wilson
1
-0
/
+3
2007-11-27
Save a hash lookup.
Chris Wilson
1
-0
/
+59