mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
microprofile: Double buffer size to 16MB.
This commit is contained in:
parent
acdc361fc0
commit
139dceacb2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#define MICROPROFILE_WEBSERVER 0
|
#define MICROPROFILE_WEBSERVER 0
|
||||||
#define MICROPROFILE_GPU_TIMERS 0 // TODO: Implement timer queries when we upgrade to OpenGL 3.3
|
#define MICROPROFILE_GPU_TIMERS 0 // TODO: Implement timer queries when we upgrade to OpenGL 3.3
|
||||||
#define MICROPROFILE_CONTEXT_SWITCH_TRACE 0
|
#define MICROPROFILE_CONTEXT_SWITCH_TRACE 0
|
||||||
#define MICROPROFILE_PER_THREAD_BUFFER_SIZE (2048<<12) // 8 MB
|
#define MICROPROFILE_PER_THREAD_BUFFER_SIZE (2048<<13) // 16 MB
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// This isn't defined by the standard library in MSVC2015
|
// This isn't defined by the standard library in MSVC2015
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue