mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 16:08:30 +00:00
timestamp relax (disabled)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user