time
LibreOffice の場合、コマンド ラインとコマンド--terminate_after_init
のオプションのおかげで実行時間を測定できますlibreoffice
。しかし、そのようなオプションがない GIMP やその他の GUI アプリケーションの場合、実行時間をどのように測定すればよいのでしょうか。ありがとうございます。
ただし、LibreOffice の例は以下のようになります。
master@master:~$ time libreoffice --terminate_after_init
real 0m0.877s
user 0m0.400s
sys 0m0.117s
master@master:~$