Class J9Line
java.lang.Object
org.adoptopenjdk.jitwatch.parser.j9.J9Line
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String key, String value) voidaddFeatures(String feature) intintbooleanhasFeature(String feature) voidvoidsetSignature(String signature) voidsetTemperature(String temperature) toString()toTagNMethod(int compiledID, long timestampMillis) toTagQueued(int compiledID, long timestampMillis) toTagTask(int compiledID, long timestampMillis)
-
Field Details
-
TEMPERATURE_COLD
- See Also:
-
TEMPERATURE_WARM
- See Also:
-
TEMPERATURE_PROFILED_VERY_HOT
- See Also:
-
temperature
-
signature
-
rangeStart
-
rangeEnd
-
attributes
-
features
-
-
Constructor Details
-
J9Line
public J9Line()
-
-
Method Details
-
getTemperature
-
setTemperature
-
getSignature
-
setSignature
-
getRangeStart
-
getRangeEnd
-
setRange
-
getAttributes
-
addAttribute
-
getFeatures
-
addFeatures
-
hasFeature
-
getMemberSignatureParts
- Throws:
LogParseException
-
getBytecodeSize
public int getBytecodeSize() -
getNativeSize
public int getNativeSize() -
toString
-
toTagQueued
-
toTagNMethod
-
toTagTask
-