Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードがある場合
clock_t t; t = clock(); //algorithm t = clock() - t;
t は、プログラムを実行するためのティック数に等しくなります。これはCPU時間と同じですか?C++ で CPU 時間を測定する他の方法はありますか?
OS -- Debian GNU/Linux 私は機能するものなら何でも受け入れます。2 つのアルゴリズムの CPU 時間を比較したいと考えています。