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
0,
23
1,
24
2,
25
3
26
],
27
"cost": [
28
1
29
]
30
},
31
{
32
"callchain": [
33
4,
34
1,
35
2,
36
3
37
],
38
"cost": [
39
1024
40
]
41
},
42
{
43
"callchain": [
44
0,
45
1,
46
2,
47
3
48
],
49
"cost": [
50
512
51
]
52
},
53
{
54
"callchain": [
55
5,
56
1,
57
2,
58
3
59
],
60
"cost": [
61
1024
62
]
63
},
64
{
65
"callchain": [
66
0,
67
1,
68
2,
69
3
70
],
71
"cost": [
72
512
73
]
74
},
75
{
76
"callchain": [
77
6,
78
1,
79
2,
80
3
81
],
82
"cost": [
83
2048
84
]
85
}
86
],
87
"functions": [
88
{
89
"module": "sample",
90
"name": "test_cxx"
91
},
92
{
93
"module": "sample",
94
"name": "main"
95
},
96
{
97
"module": "libc.so.6",
98
"name": "__libc_start_main"
99
},
100
{
101
"module": "sample",
102
"name": "_start"
103
},
104
{
105
"module": "sample",
106
"name": "test_memalign"
107
},
108
{
109
"module": "sample",
110
"name": "test_malloc"
111
},
112
{
113
"module": "sample",
114
"name": "test_calloc"
115
}
116
],
117
"version": 0
118
}
119
120