Skip to content

Commit

Permalink
wip: call_graph.json format updated
Browse files Browse the repository at this point in the history
  • Loading branch information
knebekaizer committed Mar 1, 2022
1 parent 64c6216 commit 4d10938
Show file tree
Hide file tree
Showing 2 changed files with 4,700 additions and 27,266 deletions.
47 changes: 47 additions & 0 deletions examples/vector_size_sample/output/call_graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
"usr": "c:@N@my@S@Ptr>#I@F@operator[]#l#",
"location": "sample/fancy_ptr.h:57:8"
}
},
"0x00000011": {
"label": "",
"metadata": {
"usr": "",
"location": "sample/fancy_ptr.cpp:65:13"
}
}
},
"edges": [
Expand Down Expand Up @@ -193,6 +200,16 @@
"source": "0x00000007",
"target": "0x00000009"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:680:40",
"source": "0x00000007",
"target": "0x00000008"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:680:55",
"source": "0x00000007",
"target": "0x00000009"
},
{
"label": "sample/fancy_ptr.cpp:58:9",
"source": "0x0000000a",
Expand Down Expand Up @@ -223,6 +240,16 @@
"source": "0x0000000c",
"target": "0x0000000d"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:407:9",
"source": "0x0000000c",
"target": "0x0000000d"
},
{
"label": "sample/fancy_ptr.cpp:62:2",
"source": "0x0000000e",
"target": "0x0000000f"
},
{
"label": "sample/fancy_ptr.cpp:62:2",
"source": "0x0000000e",
Expand All @@ -242,6 +269,26 @@
"label": "/opt/llvm-13/include/c++/v1/vector:1590:12",
"source": "0x0000000f",
"target": "0x00000010"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:1588:16",
"source": "0x0000000f",
"target": "0x00000007"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:1589:9",
"source": "0x0000000f",
"target": "0x0000000c"
},
{
"label": "/opt/llvm-13/include/c++/v1/vector:1590:12",
"source": "0x0000000f",
"target": "0x00000010"
},
{
"label": "sample/fancy_ptr.cpp:65:47",
"source": "0x00000011",
"target": "0x0000000e"
}
]
}
Expand Down
Loading

0 comments on commit 4d10938

Please sign in to comment.