Skip to content

Adjust stackprof default sampling intervals

Matthias Käppler requested to merge mk-stackprof-fixes into master

What does this MR do?

This adjusts the default sampling intervals for both CPU and object sampling with stackprof:

  • sample CPU at 99Hz instead of 100Hz to avoid lockstep sampling
  • sample objects at a rate of every 100th (1000 was much too coarse to obtain useful traces since too much slips through the cracks and miss rate was often 98% or more)

This is a developer facing change only.

Does this MR meet the acceptance criteria?

Conformity

Edited by Matthias Käppler

Merge request reports