pps: Lower min sampling interval

A shorter interval lets us have more granularity to see counter changes
per tile pass.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9901>
This commit is contained in:
Rob Clark 2021-03-25 11:56:37 -07:00 committed by Marge Bot
parent 0e94675494
commit 7327c051d0

View file

@ -16,7 +16,7 @@
#include <variant>
// Minimum supported sampling period in nanoseconds
#define MIN_SAMPLING_PERIOD_NS 500000
#define MIN_SAMPLING_PERIOD_NS 50000
namespace pps
{