toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.stat
/
Stats
/
Counter
Counter
class
Counter
(
val
name
:
String
)
:
Stats.Named
Members
Constructors
Counter
Link copied to clipboard
constructor
(
name
:
String
)
Properties
avg
Count
Per
Frame
Link copied to clipboard
val
avgCountPerFrame
:
Double
count
This
Frame
Link copied to clipboard
var
countThisFrame
:
Int
frame
Count
Link copied to clipboard
var
frameCount
:
Double
name
Link copied to clipboard
open
override
val
name
:
String
total
Count
Link copied to clipboard
var
totalCount
:
Double
Functions
increment
Link copied to clipboard
fun
increment
(
count
:
Int
=
1
)
start
Frame
Link copied to clipboard
fun
startFrame
(
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String