mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Also calculate sample parents without inlines.
This commit is contained in:
@@ -828,6 +828,7 @@ struct SymbolStats
|
||||
{
|
||||
uint32_t incl, excl;
|
||||
unordered_flat_map<uint32_t, uint32_t> parents;
|
||||
unordered_flat_map<uint32_t, uint32_t> baseParents;
|
||||
};
|
||||
|
||||
enum { SymbolStatsSize = sizeof( SymbolStats ) };
|
||||
|
||||
Reference in New Issue
Block a user