mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 05:33:53 +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
|
else
|
||||||
{
|
{
|
||||||
auto it = symStat.find( v.symAddr );
|
auto it = symStat.find( v.symAddr );
|
||||||
assert( it != symStat.end() );
|
excl = it != symStat.end() ? it->second.excl : 0;
|
||||||
excl = it->second.excl;
|
|
||||||
}
|
}
|
||||||
if( v.symAddr == 0 || excl == 0 )
|
if( v.symAddr == 0 || excl == 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user