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

Calculate how long thread was in running time.

This commit is contained in:
Bartosz Taudul
2019-08-14 17:11:42 +02:00
parent 72918cda19
commit 3e01ca3269
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -379,6 +379,7 @@ struct FrameImage
struct ContextSwitch
{
Vector<ContextSwitchData> v;
int64_t runningTime = 0;
};
}