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

Add fiber enter API with group hint.

This commit is contained in:
Bartosz Taudul
2024-08-04 00:06:48 +02:00
parent 46852a7066
commit 37bfde5106
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -260,6 +260,7 @@ struct QueueFiberEnter
int64_t time;
uint64_t fiber; // ptr
uint32_t thread;
int32_t groupHint;
};
struct QueueFiberLeave