Skip to main content
summaryrefslogtreecommitdiffstats
blob: d3234de10f35a4f5e5ad30e8a3d040bf9c233251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
desc: --massif-out-file=YYYYYYYYYYYY/valgrindFiles/testExec/massif_%p.txt --heap=yes --heap-admin=8 --stacks=no --depth=30 --threshold=1.0 --peak-inaccuracy=1.0 --time-unit=i --detailed-freq=10 --max-snapshots=100
cmd: XXXXXXXXXXXX/multiProcTest/Debug/multiProcTest
time_unit: i
#-----------
snapshot=0
#-----------
time=0
mem_heap_B=0
mem_heap_extra_B=0
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=1
#-----------
time=112155
mem_heap_B=400
mem_heap_extra_B=8
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=2
#-----------
time=112187
mem_heap_B=800
mem_heap_extra_B=16
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=3
#-----------
time=112219
mem_heap_B=1200
mem_heap_extra_B=24
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=4
#-----------
time=113114
mem_heap_B=1200
mem_heap_extra_B=24
mem_stacks_B=0
heap_tree=peak
n3: 1200 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
 n0: 400 0x4005FD: main (parent.c:8)
 n0: 400 0x40060B: main (parent.c:9)
 n0: 400 0x400619: main (parent.c:10)
#-----------
snapshot=5
#-----------
time=113114
mem_heap_B=800
mem_heap_extra_B=16
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=6
#-----------
time=113145
mem_heap_B=400
mem_heap_extra_B=8
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=7
#-----------
time=113176
mem_heap_B=0
mem_heap_extra_B=0
mem_stacks_B=0
heap_tree=empty

Back to the top