https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Martin Liška from comment #2) > One another observation, working sets are wrong as they do not respect # of > runs: > > 1 run: > threshold = 1, sum_all=190579 > > 10 tuns: > threshold = 10, sum_all=1905790 Ahh, no it's correct as the counters are also growing with multiple runs.