II.
Tool JSON
Structured · livetool:flamegraph
FlameGraph json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:flamegraph",
"_kind": "Tool",
"_file": "domain/tools/tools-profiling.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "FlameGraph",
"homepageUrl": "https://github.com/brendangregg/FlameGraph",
"kind": "profiler",
"description": "Brendan Gregg's tooling for turning sampled stack traces into\ninteractive flame-graph SVGs.\n"
},
"outgoingEdges": [
{
"from": "tool:flamegraph",
"to": "language:perl",
"kind": "belongs_to_language"
},
{
"from": "tool:flamegraph",
"to": "skill-area:profiling-cpu",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:flamegraph",
"to": "skill-area:frontend-performance",
"kind": "used_for"
},
{
"from": "tool:flamegraph",
"to": "tool:perf",
"kind": "alternative_to",
"attributes": {
"comparison": "Profiling — FlameGraph visualizes stack traces; perf samples CPU profiles"
}
},
{
"from": "tool:flamegraph",
"to": "tool:py-spy",
"kind": "alternative_to",
"attributes": {
"comparison": "Profiling — FlameGraph is a visualization tool; py-spy is a Python sampling profiler"
}
}
],
"incomingEdges": [
{
"from": "skill-area:profiling-cpu",
"to": "tool:flamegraph",
"kind": "uses_tool"
},
{
"from": "specialization:performance-optimization",
"to": "tool:flamegraph",
"kind": "uses_tool"
},
{
"from": "tool:perf",
"to": "tool:flamegraph",
"kind": "alternative_to",
"attributes": {
"comparison": "Profiling — perf samples CPU profiles; FlameGraph visualizes stack traces"
}
},
{
"from": "tool:py-spy",
"to": "tool:flamegraph",
"kind": "alternative_to",
"attributes": {
"comparison": "Profiling — py-spy is a Python sampling profiler; FlameGraph is a visualization tool"
}
}
]
}