In the past, when I’ve used Pstats, I’ve used it with the smooth option enabled. With my latest performance issue, I’ve found that the median and average are very far off due to a few, but very drastic outliers. When using the non-smoothed Pstats reporting, is every data point you see directly from one collected from the code? So if I’m seeing a bunch of timings at 2.3 ms and than one at 33ms, this is some sort of hitch, and couldn’t be attributed to a sampling problem of filtered timing data?
Thanks,
Chris