13개 찾음, 실행시간 0.009 sec

helper function #


Elapsed time 0: 0.000 sec // A();
Elapsed time 1: 0.125 sec // B();
Elapsed time 2: 3.266 sec // C();
Elapsed time 0: 0.110 sec // D();

기타 #

mill-second까지 계측할 때는 아래 함수들을 사용한다.
GetTickCount은 시스템 타이머 정밀도에 따라 최소 정밀도는 10~16ms 정도 된다.
timeGetTime은 멀티미디어 타이머에 영향을 받아 보통 5ms 이상이다(머신에 따라 다르다.).

timeGetTime의 경우 다음 같이 정밀도를 끌어 올릴 수 있다.

이(milli-second)보다 더 높은 정밀도의 계측 도구가 필요한 경우 유일한 대안은
QueryPerformanceQuery / QueryPerformanceCounter 이다.


Retrieved from http://hyacinth.byus.net/moniwiki/wiki.php/C++/(MFC)ms단위 시간측정
last modified 2017-09-05 10:50:30