Package com.netcracker.profiler.io
Class Hotspot
java.lang.Object
com.netcracker.profiler.io.Hotspot
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintlongintlongintintlongintlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTag(HotspotTag tag) voidprotected voidDeprecated.getOrCreateChild(int tagId) voidvoidvoid
-
Field Details
-
id
public int id -
children
-
tags
-
mostImportantTags
-
fullRowId
-
folderId
public int folderId -
childTime
public long childTime -
totalTime
public long totalTime -
childCount
public int childCount -
count
public int count -
suspensionTime
public int suspensionTime -
childSuspensionTime
public int childSuspensionTime -
startTime
public long startTime -
endTime
public long endTime
-
-
Constructor Details
-
Hotspot
public Hotspot(int id)
-
-
Method Details
-
addTag
-
getOrCreateChild
-
merge
-
mergeWithChildren
-
calculateTotalExecutions
public void calculateTotalExecutions() -
calculateTotalExecutions
-
flatProfile
Deprecated. -
remap
-