Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 184633
1
{
2
"version": 0,
3
"costs": [
4
{
5
"description": "Memory"
6
}
7
],
8
"functions": [
9
{
10
"name": "a"
11
},
12
{
13
"name": "b"
14
},
15
{
16
"name": "c"
17
},
18
{
19
"name": "d"
20
}
21
],
22
"events": [
23
{
24
"callchain": [ 3, 1, 0 ],
25
"cost": [ 7 ]
26
},
27
{
28
"callchain": [ 3, 2, 0 ],
29
"cost": [ 1 ]
30
}
31
]
32
}
33
34