mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 17:18:40 +00:00
d5f2c93e68b4425a43a261f3573388c1b925f71d
Measures the cost of registering scheduler items: - Scheduler_SetTimeout: set_timeout with 1s delay (heap path) - Scheduler_SetInterval: set_interval with 1s period (heap path + offset calc) - Scheduler_Defer: Component::defer (set_timeout with delay=0) Uses i%5 for IDs to exercise the cancel-existing-timer path that happens when re-registering with the same ID.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
597 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
