1
0
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:
Bartosz Taudul
2024-10-27 19:44:40 +01:00
parent ecf3b30baf
commit 84718101fe
2 changed files with 8 additions and 8 deletions
+1
View File
@@ -850,6 +850,7 @@ struct FlameGraphItem
{
int64_t srcloc;
int64_t time;
StringIdx name;
int64_t begin;
std::vector<FlameGraphItem> children;
};