본문 바로가기

정리/진행

[c++] 코드 속도 측정 방법과 원리

728x90

ㅇㅇ

속도 측정 방법

http://forum.falinux.com/zbxe/index.php?document_srl=507542&mid=lecture_tip


linux time 명렁어 & 코드상에서 sys/time.h 이용한 코드


명령어

asm rdtsc


어셈블리 코드로 측정

http://www.npteam.net/50



<메크로로>

http://returnaddr.org/b0d/zboard.php?id=comm_qa&no=3&PHPSESSID=d8182d76529be268e5b1a8e7080ce736


<c++ 윈도우>

http://aoeldn.tistory.com/44




<c++ 측정 업그레드 버전>

http://maytrees.tistory.com/81