From 183f5f9d28550a530ad5f2eb9481cb458128e1ed Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 29 Sep 2017 00:24:45 +0200 Subject: [PATCH] Fix itemization. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41819d1c..010d6dd7 100644 --- a/README.md +++ b/README.md @@ -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.