計測方法 ```cpp auto start_time = micros(); M5.update(); M5_LOGI("elapsed time [us]:%d", micros() - start_time); ```