1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

Fix typo.

This commit is contained in:
Bartosz Taudul 2017-11-18 20:05:19 +01:00
parent 5776effc9b
commit 65a62d9611

View File

@ -40,7 +40,7 @@ It should be noted that tracy needs to calibrate its internal timers at each run
| 1 | 4194568 | 0.94 s | 1.003 s | +0.063 s |
| 2 | 5592822 | 1.034 s | 1.119 s | +0.085 s |
In both scenarios the per-zone time cost is at ~15 ns. This is in line with the measured 8 ns single event collection time (each zone has to raport start and end event).
In both scenarios the per-zone time cost is at ~15 ns. This is in line with the measured 8 ns single event collection time (each zone has to report start and end event).
## Usage instructions