root
Toggle table of contents
goblin-agent
Target filter
goblin-agent
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.agent.calibrator
/
CPULoad
CPULoad
goblin-agent
class
CPULoad
(
val
idx
:
Int
,
val
timeOut
:
Long
,
val
input
:
String
)
:
Task
Produces CPU load by calculating SHA-256 hashes. Idea: should stress the CPU units.
Members
Constructors
CPULoad
Link copied to clipboard
goblin-agent
constructor
(
idx
:
Int
,
timeOut
:
Long
,
input
:
String
)
Properties
idx
Link copied to clipboard
goblin-agent
val
idx
:
Int
input
Link copied to clipboard
goblin-agent
val
input
:
String
start
Time
Link copied to clipboard
goblin-agent
val
startTime
:
Long
time
Out
Link copied to clipboard
goblin-agent
val
timeOut
:
Long
Functions
perform
Link copied to clipboard
goblin-agent
open
override
fun
perform
(
)
:
Boolean
run
Link copied to clipboard
goblin-agent
open
fun
run
(
)