public class AggregatedCallTree
extends Object
-
Field Summary
Fields
final Map<String,com.netcracker.profiler.configuration.ParameterInfoDto>
-
Constructor Summary
Constructors
AggregatedCallTree(Hotspot root,
Map<Integer,Hotspot> flatProfile,
List<String> tags,
Map<String,com.netcracker.profiler.configuration.ParameterInfoDto> paramInfo,
Map<Integer,Map<Integer,String>> dedupParams,
Map<Integer,Map<Integer,String>> bigParams,
BitSet requredIds)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
-
paramInfo
public final Map<String,com.netcracker.profiler.configuration.ParameterInfoDto> paramInfo
-
-
-
requredIds
public final BitSet requredIds
-
Constructor Details
-
AggregatedCallTree
public AggregatedCallTree(Hotspot root,
Map<Integer,Hotspot> flatProfile,
List<String> tags,
Map<String,com.netcracker.profiler.configuration.ParameterInfoDto> paramInfo,
Map<Integer,Map<Integer,String>> dedupParams,
Map<Integer,Map<Integer,String>> bigParams,
BitSet requredIds)
-