public final class ThreadSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static ThreadSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf121tsCat()
SMF121TS_CAT value.
|
Duration |
smf121tsCpu()
SMF121TS_CPU as a Duration or null if SMF121TS_CPU == -1.
|
long |
smf121tsCpuRawValue()
SMF121TS_CPU raw value.
|
double |
smf121tsCpuSeconds()
SMF121TS_CPU in seconds.
|
long |
smf121tsFdflags()
SMF121TS_FDFLAGS value.
|
int |
smf121tsFf1()
SMF121TS_FF1 value.
|
int |
smf121tsFf2()
SMF121TS_FF2 value.
|
int |
smf121tsFf3()
SMF121TS_FF3 value.
|
int |
smf121tsFf4()
SMF121TS_FF4 value.
|
long |
smf121tsId()
SMF121TS_ID value, throws exception if SMF121TS_ID overflows 64 bit signed integer.
|
BigInteger |
smf121tsIdAsBigInteger()
SMF121TS_ID value as a BigInteger.
|
String |
smf121tsName()
SMF121TS_NAME value.
|
BigInteger |
smf121tsNativeid()
SMF121TS_NATIVEID value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long smf121tsFdflags()
public int smf121tsFf1()
public int smf121tsFf2()
public int smf121tsFf3()
public int smf121tsFf4()
public long smf121tsId()
IllegalArgumentException
- If the value of SMF121TS_ID exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF121TS_ID).
Use smf121tsIdAsBigInteger()
if this is possible.public BigInteger smf121tsIdAsBigInteger()
smf121tsId()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public String smf121tsName()
public String smf121tsCat()
public Duration smf121tsCpu()
Duration
public double smf121tsCpuSeconds()
public long smf121tsCpuRawValue()
public BigInteger smf121tsNativeid()
public static ThreadSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.