gsgr.utils

class gsgr.utils.Timer

Helper class to time things.

started_at

Type:    int

Timestamp of last reset

reset()

Reset the timer.

Rückgabetyp:

None

property elapsed

Elapsed time in seconds.

property elapsed_ms

Elapsed time in milliseconds.