mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use proper name for inline frames in flame graph.
This commit is contained in:
@@ -850,6 +850,7 @@ struct FlameGraphItem
|
||||
{
|
||||
int64_t srcloc;
|
||||
int64_t time;
|
||||
StringIdx name;
|
||||
int64_t begin;
|
||||
std::vector<FlameGraphItem> children;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user