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.
プログラムの実行時間は計測できましたが、プロセッサ速度の計算方法がわかりません。これは、クロック サイクルの計算に必要です。
noofclockcycles = time * processorspeed * pow(10,9) / pow(10,3);