mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 19:00:18 +00:00
feat(bootloader-interface): measure time in firmware as well
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user