iiRecord
Agentic AI Atlas · py-spy
tool:py-spya5c.ai
II.
Tool JSON

tool:py-spy

Structured · live

py-spy json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-profiling.yamlCluster · domain
Record JSON
{
  "id": "tool:py-spy",
  "_kind": "Tool",
  "_file": "domain/tools/tools-profiling.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "py-spy",
    "homepageUrl": "https://github.com/benfred/py-spy",
    "kind": "profiler",
    "language": "language:python",
    "description": "Sampling profiler for Python that runs without modifying or\nrestarting the target process; emits flamegraphs and top views.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:py-spy",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:py-spy",
      "to": "skill-area:profiling-cpu",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:py-spy",
      "to": "skill-area:frontend-performance",
      "kind": "used_for"
    },
    {
      "from": "tool:py-spy",
      "to": "tool:perf",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Profiling — py-spy is Python-specific; perf is Linux system-level"
      }
    },
    {
      "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"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:profiling-cpu",
      "to": "tool:py-spy",
      "kind": "uses_tool"
    },
    {
      "from": "specialization:performance-optimization",
      "to": "tool:py-spy",
      "kind": "uses_tool"
    },
    {
      "from": "tool:perf",
      "to": "tool:py-spy",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Profiling — perf is Linux system-level; py-spy is Python-specific"
      }
    },
    {
      "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"
      }
    }
  ]
}