Skip to content
Snippets Groups Projects
Commit 37ca55e4 authored by Anton's avatar Anton
Browse files

bare2_1

parent ead0824f
No related branches found
No related tags found
No related merge requests found
...@@ -71,16 +71,20 @@ fn wait(i: u32) { ...@@ -71,16 +71,20 @@ fn wait(i: u32) {
// What is the output in the Adapter Output console? // What is the output in the Adapter Output console?
// (Notice, it will take a while we loop one million times at only 16 MHz.) // (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). // Rebuild and run in (Cortex Release).
// //
// ** your answer here ** // Start 1446208745
// End 1450208761
// Diff 4000016
// //
// Compute the ratio between debug/release optimized code // Compute the ratio between debug/release optimized code
// (the speedup). // (the speedup).
// //
// ** your answer here ** // The release version is 41.74 times faster than the debug version
// //
// commit your answers (bare2_1) // commit your answers (bare2_1)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment