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

Calculate flame graph begin times.

This commit is contained in:
Bartosz Taudul
2024-10-27 11:58:23 +01:00
parent 92241fc0a4
commit 9d2f874b02
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -850,6 +850,7 @@ struct FlameGraphItem
{
int64_t srcloc;
int64_t time;
int64_t begin;
std::vector<FlameGraphItem> children;
};