mirror of
https://github.com/esphome/esphome.git
synced 2025-08-05 09:57:47 +00:00
tidy up
This commit is contained in:
parent
29fff967f5
commit
9dab840c58
@ -23,10 +23,10 @@ class ComponentRuntimeStats {
|
|||||||
public:
|
public:
|
||||||
ComponentRuntimeStats()
|
ComponentRuntimeStats()
|
||||||
: period_count_(0),
|
: period_count_(0),
|
||||||
total_count_(0),
|
|
||||||
period_time_ms_(0),
|
period_time_ms_(0),
|
||||||
total_time_ms_(0),
|
|
||||||
period_max_time_ms_(0),
|
period_max_time_ms_(0),
|
||||||
|
total_count_(0),
|
||||||
|
total_time_ms_(0),
|
||||||
total_max_time_ms_(0) {}
|
total_max_time_ms_(0) {}
|
||||||
|
|
||||||
void record_time(uint32_t duration_ms) {
|
void record_time(uint32_t duration_ms) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user