summaryrefslogtreecommitdiffstats
path: root/src/common/microprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/microprofile.h')
-rw-r--r--src/common/microprofile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/microprofile.h b/src/common/microprofile.h
index d3b6cb97c..ef312c6e1 100644
--- a/src/common/microprofile.h
+++ b/src/common/microprofile.h
@@ -4,6 +4,10 @@
#pragma once
+// Uncomment this to disable microprofile. This will get you cleaner profiles when using
+// external sampling profilers like "Very Sleepy", and will improve performance somewhat.
+// #define MICROPROFILE_ENABLED 0
+
// Customized Citra settings.
// This file wraps the MicroProfile header so that these are consistent everywhere.
#define MICROPROFILE_WEBSERVER 0