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.

antonykamp
maintainer
antonykamp
Mis à jour 1/17/2026
Étoiles
0
Forks
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use tracing-execution-counts