Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/TracyStackFrames.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/TracyStackFrames.hpp b/common/TracyStackFrames.hpp
index ae8a8314..6229883d 100644
--- a/common/TracyStackFrames.hpp
+++ b/common/TracyStackFrames.hpp
@@ -15,6 +15,8 @@ struct StringMatch
extern const char** s_tracyStackFrames;
extern const StringMatch* s_tracySkipSubframes;
+static constexpr int s_tracySkipSubframesMinLen = 19;
+
}
#endif