フィルターのクリア

Computing computational load for 2 programs

7 ビュー (過去 30 日間)
prabhjeet singh
prabhjeet singh 2021 年 5 月 1 日
コメント済み: prabhjeet singh 2021 年 5 月 1 日
Good evening.
We often see in the research literature that a particular advance technique reduced the computational load. I would just like to know on what grounds this statement is made. I mean if I have 2 codes and want to see which of the 2 codes puts less computational load on the system, is there a way to do that?
Is there any command that can do the same?
Thanks in advance!
Best regards,
Prabhjeet singh

採用された回答

Jan
Jan 2021 年 5 月 1 日
The standard method to determine the load is measuring the time, which is required to solve the problem. This can include the load distribution to multiple cores or a measurement on different computer architectures.
  3 件のコメント
Jan
Jan 2021 年 5 月 1 日
tic, toc is a fair point to start from. timeit() is smarter. Remember, that measuring that the run time depends on the speed of the computer, which depends on its temperature and background tasks also.
prabhjeet singh
prabhjeet singh 2021 年 5 月 1 日
Thankyou very much Jan.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by