mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +00:00
Calculate statistics percentages relative to active time span.
This commit is contained in:
parent
fc7bd61576
commit
e659c630fd
@ -537,7 +537,7 @@ void View::DrawStatistics()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
timeRange = m_worker.GetLastTime();
|
timeRange = m_worker.GetLastTime() - m_worker.GetFirstTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
if( m_statMode == 0 || m_statMode == 2 )
|
if( m_statMode == 0 || m_statMode == 2 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user