mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-11 03:18:20 +02:00
perfetto: Increase SMB size
Increase local perfetto shared memory buffer size, to reduce dropped traces. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42013>
This commit is contained in:
parent
4adf158aef
commit
1b8a219c54
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ util_perfetto_init_once(void)
|
|||
// Connects to the system tracing service
|
||||
perfetto::TracingInitArgs args;
|
||||
args.backends = perfetto::kSystemBackend;
|
||||
args.shmem_size_hint_kb = 2000;
|
||||
perfetto::Tracing::Initialize(args);
|
||||
|
||||
static UtilPerfettoObserver observer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue