mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Cosmetics.
This commit is contained in:
parent
d08f3a6ea0
commit
57779a8ed9
@ -1680,7 +1680,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
||||
Int24 size;
|
||||
f.Read9( symAddr, name, file, line, imageName, callFile, callLine, isInline, size );
|
||||
m_data.symbolMap.emplace( symAddr, SymbolData { name, file, line, imageName, callFile, callLine, isInline, size } );
|
||||
if( !isInline) m_data.symbolLoc.push_back( SymbolLocation { symAddr, size.Val() } );
|
||||
if( !isInline ) m_data.symbolLoc.push_back( SymbolLocation { symAddr, size.Val() } );
|
||||
}
|
||||
#ifdef NO_PARALLEL_SORT
|
||||
pdqsort_branchless( m_data.symbolLoc.begin(), m_data.symbolLoc.end(), [] ( const auto& l, const auto& r ) { return l.addr < r.addr; } );
|
||||
|
Loading…
Reference in New Issue
Block a user