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

Reduce hardware sampling perdiod. Don't sample time.

This commit is contained in:
Bartosz Taudul
2021-05-19 23:21:21 +02:00
parent 28cc72a69c
commit 2e38e70049
2 changed files with 4 additions and 17 deletions
-1
View File
@@ -477,7 +477,6 @@ struct QueueTidToPid
struct QueueHwSample
{
int64_t time;
uint64_t ip;
};