🤲

並行プログラミング入門 【3.7.3 実行速度計測】の実験

2022/02/21に公開

これは何?

書籍 並行プログラミング入門3.7.3 実行速度計測に書かれている同期処理の実行速度を計測したのでまとめました。

実行環境

PC

コンパイラ

clang version 11.0.0 (clang-1100.0.33.8)

$ gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 11.0.0 (clang-1100.0.33.8)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

計測結果

次の結果になりました。

https://docs.google.com/spreadsheets/d/1KbqL_IsGHNe_iRO0HAiZ_LclX2eCt6Ruts8tUV432BE/edit?usp=sharing

グラフです。

3.7.3 実行速度計測と同じ傾向になりました。

Discussion