Hacker News new | ask | show | jobs
by creyes12345 969 days ago
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.