1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use last range mode if no frames are available.

If during the first 5 seconds of the trace there are no frames being reported,
the profiler will switch to following last 5 seconds of the trace, instead of
displaying three last frames.
This commit is contained in:
Bartosz Taudul
2020-10-06 18:46:36 +02:00
parent d75503047c
commit 00c9dd24dc
2 changed files with 29 additions and 1 deletions
+1
View File
@@ -317,6 +317,7 @@ private:
std::string m_filename;
bool m_staticView;
ViewMode m_viewMode;
bool m_viewModeHeuristicTry = false;
DecayValue<bool> m_forceConnectionPopup = false;
ViewData m_vd;