mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Calculate callstack sample data on trace load.
This commit is contained in:
@@ -660,6 +660,14 @@ struct Parameter
|
||||
int32_t val;
|
||||
};
|
||||
|
||||
|
||||
struct SymbolStats
|
||||
{
|
||||
uint32_t incl, excl;
|
||||
};
|
||||
|
||||
enum { SymbolStatsSize = sizeof( SymbolStats ) };
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user