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
diff options
context:
space:
mode:
Diffstat (limited to 'common/TracyStackFrames.hpp')
-rw-r--r--common/TracyStackFrames.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/TracyStackFrames.hpp b/common/TracyStackFrames.hpp
index 6229883d..9d4262c0 100644
--- a/common/TracyStackFrames.hpp
+++ b/common/TracyStackFrames.hpp
@@ -15,7 +15,7 @@ struct StringMatch
extern const char** s_tracyStackFrames;
extern const StringMatch* s_tracySkipSubframes;
-static constexpr int s_tracySkipSubframesMinLen = 19;
+static constexpr int s_tracySkipSubframesMinLen = 7;
}