diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-04-05 16:21:10 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-04-09 13:43:31 -0700 |
| commit | ee8bcf2cccfcc822aea9288df3da8a345ae67467 (patch) | |
| tree | 971ed2dc31ad58933f33bc928bb53871733078fc /Source/Core/Common/CommonPaths.h | |
| parent | be27c4f8770e8acc600ac6d2bdf1605ff720f9b2 (diff) | |
JitCache: Software Profiling Restoration
Rekindle software JIT profiling with a std::chrono conversion and a config connection.
Diffstat (limited to 'Source/Core/Common/CommonPaths.h')
| -rw-r--r-- | Source/Core/Common/CommonPaths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index 1dce5c47f5..bd0f946991 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -77,6 +77,7 @@ #define DUMP_SSL_DIR "SSL" #define DUMP_DEBUG_DIR "Debug" #define DUMP_DEBUG_BRANCHWATCH_DIR "BranchWatch" +#define DUMP_DEBUG_JITBLOCKS_DIR "JitBlocks" #define LOGS_DIR "Logs" #define MAIL_LOGS_DIR "Mail" #define SHADERS_DIR "Shaders" |
