1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Collect parent call stacks for symbols.

This commit is contained in:
Bartosz Taudul
2020-02-29 16:41:22 +01:00
parent 90f5ae536c
commit 4843a1d458
2 changed files with 21 additions and 12 deletions
+1
View File
@@ -668,6 +668,7 @@ struct Parameter
struct SymbolStats
{
uint32_t incl, excl;
unordered_flat_map<uint32_t, uint32_t> parents;
};
enum { SymbolStatsSize = sizeof( SymbolStats ) };