시간측정 썸네일형 리스트형 실행시간 측정 작성일: 2009.04.13 (http://ospace.tistory.com/), ospace114@엠팔.컴 getrusage() 헤더: #include , #include 호한: linux 언어: c 리소스 사용량 획득. gettimeofday() 헤더: #include 호한: linux 언어: c usec 단위 까지 측정이 가능하다. time()보다 이 함수 사용을 추천한다. 이함수는 SUSv4-2008에서 obsolescent 함수로 지정되어 제거될 예정이다. 대신 clock_gettime()을 사용을 추천한다. #include struct timeval tv; gettimeofday(&tv, NULL); clock_gettime() 헤더: #include 호한: linux 언어: c usec 단위.. 더보기 이전 1 다음