From 65a62d9611003c8deb6387c928fccdee77e30a02 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 18 Nov 2017 20:05:19 +0100 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2aff080..014399d5 100644 --- a/README.md +++ b/README.md @@ -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