toggle menu
foundry
jvm
switch theme
search in API
foundry-gradle-plugin
/
foundry.gradle.util
/
ThermLog
Therm
Log
@
JsonClass
(
generateAdapter
=
true
)
data
class
ThermLog
(
val
timestamp
:
LocalDateTime
,
val
schedulerLimit
:
Int
,
val
availableCpus
:
Int
,
val
speedLimit
:
Int
)
(
source
)
Members
Constructors
Therm
Log
Link copied to clipboard
constructor
(
timestamp
:
LocalDateTime
,
schedulerLimit
:
Int
,
availableCpus
:
Int
,
speedLimit
:
Int
)
Properties
available
Cpus
Link copied to clipboard
val
availableCpus
:
Int
is
Throttled
Link copied to clipboard
val
isThrottled
:
Boolean
scheduler
Limit
Link copied to clipboard
val
schedulerLimit
:
Int
speed
Limit
Link copied to clipboard
val
speedLimit
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
LocalDateTime