home/categories/debugging/antonykamp-cc-truffle-performance-plugin-skills-tracing-execution-counts-skill-md
debuggingtools
tracing-execution-counts
Counts exact execution frequencies (not time) at function/statement level. Shows interpreted vs compiled execution split. Use to verify functions compile (>95% compiled), understand control flow patterns, and validate algorithmic complexity. Complements profiling-with-cpu-sampler by showing frequency rather than duration.
maintainer
antonykamp
更新于 1/17/2026
星标
0
分支
0
quick start
Installation and usage
Counts exact execution frequencies (not time) at function/statement level. Shows interpreted vs compiled execution split. Use to verify functions compile (>95% compiled), understand control flow patterns, and validate algorithmic complexity. Complements profiling-with-cpu-sampler by showing frequency rather than duration.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use tracing-execution-counts