timestamp relax (disabled)

This commit is contained in:
Marcos Slomp
2026-04-01 16:43:49 -07:00
parent 3bf371c4fb
commit bde92ffed2

View File

@@ -430,6 +430,9 @@ namespace tracy
return false;
auto timeout = std::chrono::duration<double>(TRACY_D3D12_TIMESTAMP_COLLECT_TIMEOUT);
//double relax = double(RingCapacity()) / (1 + Distance(m_previousCheckpoint, m_queryCounter));
//relax = std::min(relax, 50.0);
//timeout *= relax;
auto windowAge = now - m_window.ageStart;
bool dropUnresolved = (windowAge >= timeout);