Skip to content
Snippets Groups Projects
Commit 35a020de authored by anttib-5's avatar anttib-5
Browse files

bare2_1

parent 2169db02
No related branches found
No related tags found
No related merge requests found
...@@ -71,18 +71,22 @@ fn main() -> ! { ...@@ -71,18 +71,22 @@ fn main() -> ! {
// //
// What is the output in the ITM console? // What is the output in the ITM console?
// //
// ** your answer here ** // We get
// Start 524429147
// End 1149429355
// //
// Rebuild and run in release mode // Rebuild and run in release mode
// //
// > cargo build --example bare2 --release // > cargo build --example bare2 --release
// //
// ** your answer here ** // We get
// Start 3475270380
// End 3479270838
// //
// Compute the ratio between debug/release optimized code // Compute the ratio between debug/release optimized code
// (the speedup). // (the speedup).
// //
// ** your answer here ** // 156.3
// //
// 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