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
/
summary-chart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-26
Some forgotten changes.
Chris Wilson
1
-6
/
+11
2008-05-09
[summary-chart] Use save()/restore() to preserve the original clip.
Chris Wilson
1
-1
/
+2
2008-05-08
Correct the calculation of current blocks.
Chris Wilson
1
-10
/
+4
2008-04-28
Show fractions of callstack in tooltip.
Chris Wilson
1
-3
/
+68
2008-04-28
Add a pie-chart to allocation callstack tooltip.
Chris Wilson
1
-23
/
+6
2008-04-25
Differentiate between the total and current summary chart view in tooltip.
Chris Wilson
1
-20
/
+78
2008-04-23
Tweak label layout on SummaryChart.
Chris Wilson
1
-1
/
+6
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
1
-19
/
+71
2008-03-25
[summary-chart] Use a global background image.
Chris Wilson
1
-3
/
+7
2007-12-20
Add a currently allocated summary.
Chris Wilson
1
-1
/
+0
2007-12-18
Push odin.png into the share dir.
Chris Wilson
1
-2
/
+1
2007-12-17
Correct the cursor query.
Chris Wilson
1
-3
/
+3
2007-12-07
Rotate the pie-chart so that the gap is vertical.
Chris Wilson
1
-6
/
+39
2007-12-07
Add the allocation stack to the tooltip.
Chris Wilson
1
-5
/
+19
2007-12-07
Eliminate duplication of hsv_to_rgb().
Chris Wilson
1
-39
/
+0
2007-12-07
Handle missing image correctly.
Chris Wilson
1
-4
/
+8
2007-12-07
Check arc height before ellipisation of summary-chart label.
Chris Wilson
1
-22
/
+21
2007-12-07
Add labels to summary chart and a Norse background.
Chris Wilson
1
-17
/
+83
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-4
/
+5
2007-12-05
Limit pie-chart tooltip to its radius.
Chris Wilson
1
-4
/
+6
2007-12-05
Show the most frequent callsite in the chart tooltip.
Chris Wilson
1
-2
/
+35
2007-12-04
Draw background/foreground in separate passes.
Chris Wilson
1
-7
/
+31
2007-12-04
Support reordering the summary views.
Chris Wilson
1
-16
/
+46
2007-12-04
Add a simple pie-chart.
Chris Wilson
1
-0
/
+371