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:
authorBartosz Taudul <wolf@nereid.pl>2021-06-09 03:05:44 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-06-09 03:05:44 +0300
commit854613f2100199d830d30942292c4ac5e9d703c3 (patch)
treee6b1c204af241f1fb912f8f3908693a2ab278ea4 /common
parent85da04bcc4b1155412f54ffe7ab5ad3067818648 (diff)
Ignore atomic_base.h implementation.
Diffstat (limited to 'common')
-rw-r--r--common/TracyStackFrames.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/TracyStackFrames.cpp b/common/TracyStackFrames.cpp
index 20027d25..6fa875f3 100644
--- a/common/TracyStackFrames.cpp
+++ b/common/TracyStackFrames.cpp
@@ -113,6 +113,7 @@ const StringMatch s_tracySkipSubframes_[] = {
{ "/include/xsaveoptintrin.h", 25 },
{ "/include/xsavesintrin.h", 23 },
{ "/include/xtestintrin.h", 22 },
+ { "/bits/atomic_base.h", 19 },
{}
};