java - YourKit allocation tracing -


I'm outlining an application with an OurKit profiler, and something that baffles me.

Allocation For each 100th object tracing is turned on with stack recording. % App% -> Memory-> When viewing allocation, say, 20k objects are recorded.

I now take a memory snapshot and make an allocation-> tree view call. Most Objects & lt; Objects Not Allocation Information & gt; are listed as, and I see 100 records allocation.

Why indifference? Do I miss something in the meaning of these figures?

There are two possible reasons:

1) You start recording allocation from JMM startup

2) You are not recording all objects, but each n-th

both positions are controlled by Allocic = YourKit agent startup option. Details are here

Vladimir Kondritev Your Kit, LLC


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -