Package com.netcracker.profiler.io
Class Hotspot
java.lang.Object
com.netcracker.profiler.io.Hotspot
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintlongintintintlongintintbytebytelongintintintlonglonglongintlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTag(Map<HotspotTag, HotspotTag> tags, HotspotTag newTag) voidprotected voidDeprecated.getOrCreateChild(int tagId) getOrCreateChild(int tagId, long lastParentAssemblyId) voidvoidvoidmergeWithChildren(Hotspot hs, List<GanttInfo> infos) voidvoid
-
Field Details
-
id
public int id -
children
-
tags
-
mostImportantTags
-
reactorCallId
public int reactorCallId -
lastAssemblyId
-
lastParentAssemblyId
public long lastParentAssemblyId -
isReactorEndPoint
public byte isReactorEndPoint -
isReactorFrame
public byte isReactorFrame -
reactorDuration
public int reactorDuration -
reactorStartTime
public long reactorStartTime -
reactorLeastTime
public long reactorLeastTime -
emit
public int emit -
blockingOperator
public int blockingOperator -
prevOperation
public int prevOperation -
currentOperation
public int currentOperation -
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
-
tag
-
getOrCreateChild
-
getOrCreateChild
-
merge
-
addTag
-
mergeWithChildren
-
mergeWithChildren
-
calculateTotalExecutions
public void calculateTotalExecutions() -
calculateTotalExecutions
-
flatProfile
Deprecated. -
remap
-