| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Response org.netbeans.lib.profiler.wireprotocol.InternalStatsResponse
InternalStatsResponse | public class InternalStatsResponse extends Response (Code) | | Response containing instrumentation- and profiling-related statistics - most of the data that is presented if one
invokes Profile | Get internal statistics command in the tool.
author: Misha Dmitriev author: Ian Formanek |
Constructor Summary | |
public | InternalStatsResponse() We don't use a normal constructor with parameters here, since there are too many parameters to pass. |
averageHotswappingTime | public double averageHotswappingTime(Code) | | |
clientDataProcTime | public double clientDataProcTime(Code) | | |
clientInstrTime | public double clientInstrTime(Code) | | |
maxHotswappingTime | public double maxHotswappingTime(Code) | | |
methodEntryExitCallTime0 | public double methodEntryExitCallTime0(Code) | | |
methodEntryExitCallTime1 | public double methodEntryExitCallTime1(Code) | | |
methodEntryExitCallTime2 | public double methodEntryExitCallTime2(Code) | | |
minHotswappingTime | public double minHotswappingTime(Code) | | |
nClassLoads | public int nClassLoads(Code) | | |
nEmptyInstrMethodGroupResponses | public int nEmptyInstrMethodGroupResponses(Code) | | |
nFirstMethodInvocations | public int nFirstMethodInvocations(Code) | | |
nNonEmptyInstrMethodGroupResponses | public int nNonEmptyInstrMethodGroupResponses(Code) | | |
nSingleMethodInstrMethodGroupResponses | public int nSingleMethodInstrMethodGroupResponses(Code) | | |
nTotalInstrMethods | public int nTotalInstrMethods(Code) | | |
totalHotswappingTime | public double totalHotswappingTime(Code) | | |
InternalStatsResponse | public InternalStatsResponse()(Code) | | We don't use a normal constructor with parameters here, since there are too many parameters to pass.
Instead we use public data fields.
|
|
|
|