home/categories/debugging/antonykamp-cc-truffle-performance-plugin-skills-profiling-memory-allocations-skill-md
debuggingtools

profiling-memory-allocations

Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object types, and memory pressure patterns. Use to identify allocation-heavy locations, find unnecessary object creation, and understand memory behavior. High allocations in hot loops = optimization opportunity if escape analysis isn't eliminating them.

antonykamp
maintainer
antonykamp
Atualizado 1/17/2026
Estrelas
0
Forks
0
quick start

Installation and usage

Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object types, and memory pressure patterns. Use to identify allocation-heavy locations, find unnecessary object creation, and understand memory behavior. High allocations in hot loops = optimization opportunity if escape analysis isn't eliminating them.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use profiling-memory-allocations