mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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
|
||||
{
|
||||
timeRange = m_worker.GetLastTime();
|
||||
timeRange = m_worker.GetLastTime() - m_worker.GetFirstTime();
|
||||
}
|
||||
|
||||
if( m_statMode == 0 || m_statMode == 2 )
|
||||
|
Loading…
Reference in New Issue
Block a user