SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.context.observers
/
MemorySample
Memory
Sample
data
class
MemorySample
(
val
opName
:
String
,
val
usedBytes
:
Long
,
val
totalBytes
:
Long
,
val
usagePercentage
:
Double
)
(
source
)
Members
Constructors
Memory
Sample
Link copied to clipboard
constructor
(
opName
:
String
,
usedBytes
:
Long
,
totalBytes
:
Long
,
usagePercentage
:
Double
)
Properties
op
Name
Link copied to clipboard
val
opName
:
String
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long
usage
Percentage
Link copied to clipboard
val
usagePercentage
:
Double
used
Bytes
Link copied to clipboard
val
usedBytes
:
Long