Class SpinLockSummary
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.zos.SpinLockSummary
SMF 98 subtype 1 Spin Lock Summary section
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionSMF98_1_SpinLockSum_AvgTimeTOD as a Duration.long
SMF98_1_SpinLockSum_AvgTimeTOD raw value.double
SMF98_1_SpinLockSum_AvgTimeTOD in seconds.long
count()
SMF98_1_SpinLockSum_Count value.static SpinLockSummary
create
(byte[] Data, int offset, int length) create is intended for internal use only.timeTod()
SMF98_1_SpinLockSum_TimeTOD as a Duration.long
SMF98_1_SpinLockSum_TimeTOD raw value.double
SMF98_1_SpinLockSum_TimeTOD in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
count
public long count()SMF98_1_SpinLockSum_Count value.- Returns:
- long SMF98_1_SpinLockSum_Count value
-
timeTod
SMF98_1_SpinLockSum_TimeTOD as a Duration.- Returns:
- Duration SMF98_1_SpinLockSum_TimeTOD
- See Also:
-
timeTodSeconds
public double timeTodSeconds()SMF98_1_SpinLockSum_TimeTOD in seconds.- Returns:
- double SMF98_1_SpinLockSum_TimeTOD converted to seconds
-
timeTodRawValue
public long timeTodRawValue()SMF98_1_SpinLockSum_TimeTOD raw value.- Returns:
- long SMF98_1_SpinLockSum_TimeTOD raw value
-
avgTimeTod
SMF98_1_SpinLockSum_AvgTimeTOD as a Duration.- Returns:
- Duration SMF98_1_SpinLockSum_AvgTimeTOD
- See Also:
-
avgTimeTodSeconds
public double avgTimeTodSeconds()SMF98_1_SpinLockSum_AvgTimeTOD in seconds.- Returns:
- double SMF98_1_SpinLockSum_AvgTimeTOD converted to seconds
-
avgTimeTodRawValue
public long avgTimeTodRawValue()SMF98_1_SpinLockSum_AvgTimeTOD raw value.- Returns:
- long SMF98_1_SpinLockSum_AvgTimeTOD raw value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-