rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-common
/
io.github.aecsocket.rattle.stats
Package-level
declarations
Types
Functions
Types
Mutable
Timestamped
List
Link copied to clipboard
interface
MutableTimestampedList
<
T
>
:
TimestampedList
<
T
>
Timestamped
List
Link copied to clipboard
interface
TimestampedList
<
T
>
Timestamped
List
Impl
Link copied to clipboard
class
TimestampedListImpl
<
T
>
:
MutableTimestampedList
<
T
>
Timing
Stats
Link copied to clipboard
data
class
TimingStats
(
val
median
:
Double
,
val
best5
:
Double
,
val
worst5
:
Double
)
Functions
format
Timing
Link copied to clipboard
fun
formatTiming
(
time
:
Double
,
messages
:
RattleMessages
)
:
Component
Timestamped
List
Link copied to clipboard
fun
<
T
>
TimestampedList
(
buffer
:
Long
)
:
MutableTimestampedList
<
T
>
timing
Stats
Of
Link copied to clipboard
fun
timingStatsOf
(
times
:
List
<
Long
>
)
:
TimingStats