Comment 1 for bug 554156

Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

Call counts are not currently reported unless samples have been gathered for the function (which seems suboptimal, yes), and unless MY-FUNCTION takes > 0.01 seconds of run-time, no samples will be gathered during its run.

Issues to fix:

1) Better WARNING comparing the time the profiling took and the sampling interval, noting if any samples could have been gathered in the first place -- and suggesting a longer profiling run if not.

2) Report call counts for functions for which no samples have been gathered.