Skip to content
Snippets Groups Projects
Commit a73e98d7 authored by Samuel Karlsson's avatar Samuel Karlsson
Browse files

bare2: task 2

parent 287b9f8b
Branches
No related tags found
No related merge requests found
File deleted
......@@ -61,12 +61,20 @@ fn main() {
//
// 2. rebuild and run in release mode
// estimate the frequency of the output, give freq in hz
// ** your answer here **
//
// .8 hz
// 49 tick in 60s
//
//** your answer here **
//
// estimate the ratio between debug/release optimized code
// (speedup)
// ** your answer here **
//
// The some frezvens
// The main time comsumtion si from the wait. And the wait cant be optimised.
// The marginal gain in the lops is close to zero compart to wait(100_000)
//
// commit your answers (bare2_2)
//
// 3. optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment