feat(bootloader-interface): measure time in firmware as well

This commit is contained in:
2025-10-30 02:51:52 -04:00
parent 87d608366f
commit a77be3c282
4 changed files with 19 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ fn run() -> Result<()> {
let timer = PlatformTimer::start();
// Mark the initialization of Sprout in the bootloader interface.
BootloaderInterface::mark_init()
BootloaderInterface::mark_init(&timer)
.context("unable to mark initialization in bootloader interface")?;
// Parse the options to the sprout executable.