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