1
0
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:
Bartosz Taudul
2021-11-27 17:47:09 +01:00
parent 687d4defc0
commit d8a611e952
2 changed files with 75 additions and 32 deletions
+1
View File
@@ -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 ) };