makefile을 가지고 build(빌드) 할때 걸리는 시간을 측정하고 싶을 때가 종종 있을 것이다.
그때 시간을 측정하는 방법은 make 앞에 time을 붙여주면된다.
$ sudo time make
real 3m8.914s
user 22m1.351s
sys 0m54.450s
'Eureka > Linux' 카테고리의 다른 글
[Tip] How to Install Safety NVIDIA Graphics Driver in Linux (0) | 2014.11.20 |
---|---|
[Solution] How to Fix "E: Sub-process /usr/bin/dpkg returned an error code (1)" (2) | 2014.10.27 |
[Tip] How to Change Display Resolutions in Linux (0) | 2014.10.26 |
[Tip] How to Change Keyboard repeat delay in linux (0) | 2014.10.26 |
[Tip] How to get the number of CPU Cores in linux (0) | 2014.10.08 |
[Tip] How to Speed Up Compilation use make option (0) | 2014.10.08 |
[Solution] How to Fix Black Screen in Linux Team Fortress 2 (0) | 2014.09.24 |
[Tip] How to change Alt + Tab active in Linux Mint 16. (0) | 2014.09.05 |