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
更新於 1/17/2026
星標
0
分支
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.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use profiling-memory-allocations