diff options
author | crupest <crupest@outlook.com> | 2021-03-19 14:27:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-19 14:27:01 +0800 |
commit | ac32eebb6cad203e7a45834d3dc90b639e3d6ed3 (patch) | |
tree | f2af5189ae5555d128d8952220357d9230ac83d0 /works/life/operating-system-challenge/2/README.md | |
parent | ec72d12002c6d3b707a014645c0da1b397dc7ee4 (diff) | |
download | crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.tar.gz crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.tar.bz2 crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.zip |
import(life): Finish OS challenge 2.
Diffstat (limited to 'works/life/operating-system-challenge/2/README.md')
-rw-r--r-- | works/life/operating-system-challenge/2/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/works/life/operating-system-challenge/2/README.md b/works/life/operating-system-challenge/2/README.md index e8316ad..86672f5 100644 --- a/works/life/operating-system-challenge/2/README.md +++ b/works/life/operating-system-challenge/2/README.md @@ -3,3 +3,8 @@ > 
Translation: Write a program and make each core of your CPU get a different but regular usage rate graph.
+
+Code is in `main.cpp`. Remember to not compile it with O2 optimization, or my loop will be eliminated.
+
+Final effect:
+
|