< prev index next >

application/org.openjdk.jmc.flightrecorder.ui/defaultPages.xml

Print this page

        

*** 685,694 **** --- 685,712 ---- <column hidden="false" id="unloadedClass" width="400"/> <column hidden="false" id="definingClassLoader" width="250"/> <column hidden="true" id="eventThread" width="150"/> <column hidden="false" id="(endTime)" width="150"/> </classUnloadingTable> + <classDefinitionTable sortColumn="(startTime)"> + <column hidden="false" id="definingClassLoader" width="250"/> + <column hidden="false" id="definedClass" width="400"/> + <column hidden="true" id="eventThread" width="150"/> + <column hidden="false" id="(startTime)" width="150"/> + </classDefinitionTable> + <classLoaderStatisticsTable sortColumn="(startTime)"> + <column hidden="false" id="anonymousBlockSize" width="150"/> + <column hidden="false" id="anonymousChunkSize" width="150"/> + <column hidden="false" id="anonymousClassCount" width="150"/> + <column hidden="false" id="blockSize" width="150"/> + <column hidden="false" id="chunkSize" width="150"/> + <column hidden="false" id="classCount" width="150"/> + <column hidden="false" id="classLoaderData" width="250"/> + <column hidden="false" id="parentClassLoader" width="250"/> + <column hidden="false" id="classLoader" width="250"/> + <column hidden="false" id="startTime" width="150"/> + </classLoaderStatisticsTable> <chart> <checkedAction id="loadedClassCount"/> <checkedAction id="unloadedClassCount"/> <checkedAction id="classLoad"/> <checkedAction id="classUnload"/>
< prev index next >