mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
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:
parent
0e94675494
commit
7327c051d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue