| java.lang.Object org.netbeans.lib.profiler.results.cpu.MethodIdMap
MethodIdMap | public class MethodIdMap (Code) | | This class provides a map between method ids and class (package) ids, which is needed when
constructing an aggregated class- (package-) level view of CPU profiling results out of the
initial method-level view
author: Misha Dmitriev |
Constructor Summary | |
public | MethodIdMap(String[] methodLevelInstrClassNames, int nInstrMethods, int newView) Parameters: methodLevelInstrClassNames - names of classes for instrumented methods. |
MethodIdMap | public MethodIdMap(String[] methodLevelInstrClassNames, int nInstrMethods, int newView)(Code) | | Parameters: methodLevelInstrClassNames - names of classes for instrumented methods. The total number of entries isequal to the number of instrumented methods, but some entries may be the same ofcourse. Parameters: nInstrMethods - number of entries in this array that are actually used Parameters: newView - the new view for which we are creeating ids - class-level or package-level |
getClassOrPackageIdForMethodId | public int getClassOrPackageIdForMethodId(int methodId)(Code) | | |
getInstrClassesOrPackages | public String[] getInstrClassesOrPackages()(Code) | | |
getNInstrClassesOrPackages | public int getNInstrClassesOrPackages()(Code) | | |
|
|