mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Symbol might not have ip statistics.
This commit is contained in:
parent
41972f62a3
commit
619523b43e
@ -11738,8 +11738,7 @@ void View::DrawStatistics()
|
||||
else
|
||||
{
|
||||
auto it = symStat.find( v.symAddr );
|
||||
assert( it != symStat.end() );
|
||||
excl = it->second.excl;
|
||||
excl = it != symStat.end() ? it->second.excl : 0;
|
||||
}
|
||||
if( v.symAddr == 0 || excl == 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user