aboutsummaryrefslogtreecommitdiff
path: root/operating-system-challenge/2/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-19 14:27:01 +0800
committercrupest <crupest@outlook.com>2021-03-19 14:27:01 +0800
commit7326072213d0d6f838977a19fc5b7ee50b094ba6 (patch)
treeb4a422b6cc26b14152903a82c6a858e8c115cd85 /operating-system-challenge/2/README.md
parent65ac04604220f3dff8465cc8465ec469049529e9 (diff)
downloadlife-7326072213d0d6f838977a19fc5b7ee50b094ba6.tar.gz
life-7326072213d0d6f838977a19fc5b7ee50b094ba6.tar.bz2
life-7326072213d0d6f838977a19fc5b7ee50b094ba6.zip
Finish OS challenge 2.
Diffstat (limited to 'operating-system-challenge/2/README.md')
-rw-r--r--operating-system-challenge/2/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/operating-system-challenge/2/README.md b/operating-system-challenge/2/README.md
index e8316ad..86672f5 100644
--- a/operating-system-challenge/2/README.md
+++ b/operating-system-challenge/2/README.md
@@ -3,3 +3,8 @@
> ![sample](sample.jpg)
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:
+![effect](effect.png)