Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-11-01 01:22:39 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-11-01 01:22:39 +0300
commit85da864aa60c578cf5337bfe082005b9a22ce444 (patch)
treebb20669f06f7f5a13df3def9d068685f71ed0392 /README.md
parent391571a2da15236a4cf61f0219e4a459a1fdf088 (diff)
Add an extra note about benchmark data.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06c81790..4acc38e3 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ 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).
+
## Usage instructions
#### Initial client setup