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:
authorBartosz Taudul <wolf@nereid.pl>2022-10-09 21:52:14 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-09 22:04:41 +0300
commitdbad69cd4f673f14a5651491cbe3aa0aa2c01ab6 (patch)
treea2c41d0fd1b9315690de61503eddc82c5dfeccdb /server/TracySourceView.hpp
parenta87cbacbc1a5bdc5d2f35ed4683cc627c14a1e7e (diff)
Add inlines propagation UI.
Diffstat (limited to 'server/TracySourceView.hpp')
-rw-r--r--server/TracySourceView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracySourceView.hpp b/server/TracySourceView.hpp
index 7ddedd22..b18853a4 100644
--- a/server/TracySourceView.hpp
+++ b/server/TracySourceView.hpp
@@ -236,6 +236,7 @@ private:
bool m_hwSamples, m_hwSamplesRelative;
bool m_childCalls;
bool m_childCallList;
+ bool m_propagateInlines;
CostType m_cost;
SourceContents m_source;