mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Fix itemization.
This commit is contained in:
parent
037b8ea0a9
commit
183f5f9d28
@ -50,6 +50,7 @@ Alternatively, you may want to embed the server in your application, the same wh
|
||||
## Practical considerations
|
||||
|
||||
Tracy's time measurement precision is not infinite. It's only as good as the system-provided timers are.
|
||||
|
||||
- On the embedded ARM-based systems you can expect to have something around 1 µs time resolution.
|
||||
- On x86 (currently only implemented on Windows) the time resolution depends on the hardware implementation of the RDTSCP instruction and typically is in the low nanoseconds. This may vary from one micro-architecture to another and requires a fairly modern (Sandy Bridge) processor for reliable results.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user