18 Feb
2016
18 Feb
'16
1:22 p.m.
On 18-02-2016 08:51, Michael Marcin wrote:
I think there is definitely something not quite right.
One thing I notice is that the line: sample.push_back(get_clock() - base_clock); Is being timed. Which could potentially access a new memory page I think.
In pin_thread you have _MSVC_VER instead of _MSC_VER
I don't understand why its necessary with all this complicated stuff. AFAICT, a single threaded program runs on one CPU. -Thorsten