Guile色々/実行時間の計測

変更履歴

概 要

目 次

参考資料

時間計測に関わる変数

internal-time-units-per-second

時間計測のための手続き(1)

(times)

(tms:clock tms)

(tms:utime tms)

(tms:stime tms)

(tms:cutime tms)

(tms:cstime tms)

補足

時間計測のための手続き(2)

(get-internal-real-time)

(get-internal-run-time)

プログラム例

ユーティリティ

具体例(CPU時間だけを計測)

具体例(実時間とCPU時間を同時に計測)

(おしまい)