High accuracy cpu timers
Posted
by
John Robertson
on Stack Overflow
See other posts from Stack Overflow
or by John Robertson
Published on 2010-08-11T16:51:16Z
Indexed on
2010/12/22
5:54 UTC
Read the original article
Hit count: 169
An expert in highly optimized code once told me that an important part of his strategy was the availability of extremely high performance timers on the CPU. Does anyone know what those are and how one can access them to test various code optimizations?
While I am interested regardless, I also wanted to ask whether it is possible to access them from something higher than assembly (or with only a little assembly) via visual studio C++?
© Stack Overflow or respective owner