Skip to content
Snippets Groups Projects
Commit 5fbe12a2 authored by Anton Grahn's avatar Anton Grahn
Browse files

bare2_1

parent b0f554ff
Branches
No related tags found
No related merge requests found
...@@ -78,18 +78,27 @@ fn main() -> ! { ...@@ -78,18 +78,27 @@ fn main() -> ! {
// What is the output in the ITM console? // What is the output in the ITM console?
// //
// ** your answer here ** // ** your answer here **
// // bare2
// Start 45
// End 561000215
// Diff 561000170
// 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 ** // ** your answer here **
// bare2
// Start 2539927876
// End 2543927884
// Diff 4000008
// //
// Compute the ratio between debug/release optimized code // Compute the ratio between debug/release optimized code
// (the speedup). // (the speedup).
// //
// ** your answer here ** // ** your answer here **
// // start : 1.77 *10⁻8
// End : 45.35
// diff: 140.25
// commit your answers (bare2_1) // commit your answers (bare2_1)
// //
// 3. *Optional // 3. *Optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment