comparison src/share/vm/trace/trace.xml @ 13400:86e6d691f2e1

8028128: Add a type safe alternative for working with counter based data Reviewed-by: dholmes, egahlin
author mgronlun
date Sat, 23 Nov 2013 12:25:13 +0100
parents 510fbd28919c
children 20e2bd0e84bf
comparison
equal deleted inserted replaced
13399:260ac69dc096 13400:86e6d691f2e1
174 <event id="GCGarbageCollection" path="vm/gc/collector/garbage_collection" label="Garbage Collection" 174 <event id="GCGarbageCollection" path="vm/gc/collector/garbage_collection" label="Garbage Collection"
175 description="Garbage collection performed by the JVM"> 175 description="Garbage collection performed by the JVM">
176 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" /> 176 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" />
177 <value type="GCNAME" field="name" label="Name" description="The name of the Garbage Collector" /> 177 <value type="GCNAME" field="name" label="Name" description="The name of the Garbage Collector" />
178 <value type="GCCAUSE" field="cause" label="Cause" description="The reason for triggering this Garbage Collection" /> 178 <value type="GCCAUSE" field="cause" label="Cause" description="The reason for triggering this Garbage Collection" />
179 <value type="RELATIVE_TICKS" field="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" /> 179 <value type="TICKSPAN" field="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" />
180 <value type="RELATIVE_TICKS" field="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" /> 180 <value type="TICKSPAN" field="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" />
181 </event> 181 </event>
182 182
183 <event id="GCParallelOld" path="vm/gc/collector/parold_garbage_collection" label="Parallel Old Garbage Collection" 183 <event id="GCParallelOld" path="vm/gc/collector/parold_garbage_collection" label="Parallel Old Garbage Collection"
184 description="Extra information specific to Parallel Old Garbage Collections"> 184 description="Extra information specific to Parallel Old Garbage Collections">
185 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" /> 185 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" />