Increase profiler max threads to 256
This commit is contained in:
parent
a190bf9fd8
commit
7be4b7a138
|
@ -31,7 +31,7 @@
|
||||||
} while (false);
|
} while (false);
|
||||||
#define MICROPROFILE_WEBSERVER 0
|
#define MICROPROFILE_WEBSERVER 0
|
||||||
#define MICROPROFILE_DEBUG 0
|
#define MICROPROFILE_DEBUG 0
|
||||||
#define MICROPROFILE_MAX_THREADS 128
|
#define MICROPROFILE_MAX_THREADS 256
|
||||||
#include "third_party/microprofile/microprofile.h"
|
#include "third_party/microprofile/microprofile.h"
|
||||||
|
|
||||||
#include "xenia/base/assert.h"
|
#include "xenia/base/assert.h"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#if XE_OPTION_PROFILING
|
#if XE_OPTION_PROFILING
|
||||||
// Pollutes the global namespace. Yuck.
|
// Pollutes the global namespace. Yuck.
|
||||||
#define MICROPROFILE_MAX_THREADS 128
|
#define MICROPROFILE_MAX_THREADS 256
|
||||||
#include <microprofile/microprofile.h>
|
#include <microprofile/microprofile.h>
|
||||||
#endif // XE_OPTION_PROFILING
|
#endif // XE_OPTION_PROFILING
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue