From 37ca55e4c169d28c9b7b69d8a517e348d6e73a4d Mon Sep 17 00:00:00 2001 From: Anton <anton.frappe@outlook.com> Date: Wed, 3 Mar 2021 16:31:55 +0100 Subject: [PATCH] bare2_1 --- examples/rtic_bare2.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/rtic_bare2.rs b/examples/rtic_bare2.rs index 04266d7..d4dc217 100644 --- a/examples/rtic_bare2.rs +++ b/examples/rtic_bare2.rs @@ -71,16 +71,20 @@ fn wait(i: u32) { // What is the output in the Adapter Output console? // (Notice, it will take a while we loop one million times at only 16 MHz.) // -// ** your answer here ** +// Start 21255840 +// End 188255923 +// Diff 167000083 // // Rebuild and run in (Cortex Release). // -// ** your answer here ** +// Start 1446208745 +// End 1450208761 +// Diff 4000016 // // Compute the ratio between debug/release optimized code // (the speedup). // -// ** your answer here ** +// The release version is 41.74 times faster than the debug version // // commit your answers (bare2_1) // -- GitLab