Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 184633
1
{
2
"costs": [
3
{
4
"description": "Memory",
5
"unit": "bytes"
6
}
7
],
8
"events": [
9
{
10
"callchain": [
11
0,
12
1,
13
2,
14
3
15
],
16
"cost": [
17
1
18
]
19
},
20
{
21
"callchain": [
22
4,
23
1,
24
2,
25
3
26
],
27
"cost": [
28
1024
29
]
30
},
31
{
32
"callchain": [
33
0,
34
1,
35
2,
36
3
37
],
38
"cost": [
39
512
40
]
41
},
42
{
43
"callchain": [
44
5,
45
1,
46
2,
47
3
48
],
49
"cost": [
50
2048
51
]
52
},
53
{
54
"callchain": [
55
6,
56
1,
57
2,
58
3
59
],
60
"cost": [
61
1024
62
]
63
}
64
],
65
"functions": [
66
{
67
"module": "sample",
68
"name": "test_cxx"
69
},
70
{
71
"module": "sample",
72
"name": "main"
73
},
74
{
75
"module": "libc.so.6",
76
"name": "__libc_start_main"
77
},
78
{
79
"module": "sample",
80
"name": "_start"
81
},
82
{
83
"module": "sample",
84
"name": "test_memalign"
85
},
86
{
87
"module": "sample",
88
"name": "test_calloc"
89
},
90
{
91
"module": "sample",
92
"name": "test_malloc"
93
}
94
],
95
"version": 0
96
}
97
98