CPU/CodeCache: Only print code size stats on request

This commit is contained in:
Stenzek
2024-05-23 20:47:30 +10:00
parent b6d019db66
commit 9f90f14c48
2 changed files with 7 additions and 11 deletions

View File

@ -234,11 +234,6 @@ void LogCurrentState();
#define ENABLE_HOST_DISASSEMBLY 1
#endif
#if false
// Enable profiling of JIT blocks.
#define ENABLE_RECOMPILER_PROFILING 1
#endif
JitCodeBuffer& GetCodeBuffer();
const void* GetInterpretUncachedBlockFunction();