Increase profiler max threads to 256

This commit is contained in:
Gliniak
2022-03-04 12:24:49 +01:00
parent a190bf9fd8
commit 7be4b7a138
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#if XE_OPTION_PROFILING
// Pollutes the global namespace. Yuck.
#define MICROPROFILE_MAX_THREADS 128
#define MICROPROFILE_MAX_THREADS 256
#include <microprofile/microprofile.h>
#endif // XE_OPTION_PROFILING