Hey guys, I have a question. how to profile code more accurately and precisely? My OS is windows vista and my processor is Intel Centrino.
Right now I am compiling my c++ code using "-O0 -o" option on g++ and I am profiling using window's "QueryPerformanceCounter" and related APIs
accuracy and precision are two different things. if you are shooting something, it hits the target rather than missing is called accurate. And shooting many times, it hits same places rather than hitting many many different place is called precise.
Thank you,