Map code paths for profiling

perf-code-pathsskillsetup L11,721
ComposioHQ/awesome-claude-plugins
What it does

Trace execution paths through code

Best for

Understanding which functions are called and in what order during execution.

Inputs
  • · Source code
  • · Entry function
  • · Call depth
Outputs
  • · Call graph visualization
  • · Execution trace
Requires
  • · Source code analyzer
  • · Call graph generator
Preconditions

Source code available; entry point identified.

Failure modes

Call graph too large to read; dynamic dispatch hidden; circular calls.

Trust signals
  • · Static analysis tools validated against
  • · Dynamic execution tracing
  • · Transitive dependency tracking