2 comments

[ 2.7 ms ] story [ 14.3 ms ] thread
I've been working on making C++ programs faster for a long time. Most of the popular profilers for this job use a method called "sampling" to measure how well a program is doing. I've used them a lot, so I know they're not perfect.