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.
通常、IDE では、プログラムを実行すると、IDE はプログラムの実行にかかった合計時間を教えてくれます。Unix/Linux でターミナルを使用してコンパイルおよび実行するときに、プログラムの実行にかかる合計時間を取得する方法はありますか?
1970 年以降の合計時間を取得できる ctime を認識していますが、プログラムの実行にかかる時間だけを取得したいと考えています。