[core] Reduce runtime_stats measurement overhead (#15359)

This commit is contained in:
J. Nick Koston
2026-04-01 16:14:45 -10:00
committed by GitHub
parent bcc7b8f490
commit be56be5201
2 changed files with 4 additions and 12 deletions
-7
View File
@@ -519,13 +519,6 @@ WarnIfComponentBlockingGuard::warn_blocking(Component *component, uint32_t block
}
}
#ifdef USE_RUNTIME_STATS
void WarnIfComponentBlockingGuard::record_runtime_stats_() {
uint32_t duration_us = micros() - this->started_us_;
this->component_->runtime_stats_.record_time(duration_us);
}
#endif
#ifdef USE_SETUP_PRIORITY_OVERRIDE
void clear_setup_priority_overrides() {
// Free the setup priority map completely