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