mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Increase ring buffer size.
This commit is contained in:
@@ -649,7 +649,7 @@ static int s_numCpus = 0;
|
||||
static int s_numBuffers = 0;
|
||||
static int s_ctxBufferIdx = 0;
|
||||
|
||||
static constexpr size_t RingBufSize = 64*1024;
|
||||
static constexpr size_t RingBufSize = 256*1024;
|
||||
static RingBuffer<RingBufSize>* s_ring = nullptr;
|
||||
|
||||
static int perf_event_open( struct perf_event_attr* hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags )
|
||||
|
||||
Reference in New Issue
Block a user