ocssw
V2022
|
Classes | |
class | BenchmarkTimer |
class | BenchmarkTimerError |
Variables | |
int | HOURS_PER_DAY = 24 |
int | MINS_PER_HOUR = 60 |
int | SECS_PER_DAY = 86400 |
int | SECS_PER_HOUR = 3600 |
int | SECS_PER_MIN = 60 |
Detailed Description
Module which allows timing to be performed.
Variable Documentation
◆ HOURS_PER_DAY
int HOURS_PER_DAY = 24 |
Definition at line 6 of file benchmark_timer.py.
◆ MINS_PER_HOUR
int MINS_PER_HOUR = 60 |
Definition at line 7 of file benchmark_timer.py.
◆ SECS_PER_DAY
int SECS_PER_DAY = 86400 |
Definition at line 8 of file benchmark_timer.py.
◆ SECS_PER_HOUR
int SECS_PER_HOUR = 3600 |
Definition at line 9 of file benchmark_timer.py.
◆ SECS_PER_MIN
int SECS_PER_MIN = 60 |
Definition at line 10 of file benchmark_timer.py.