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>2018-03-18 22:45:49 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-03-18 22:45:49 +0300
commitd0519499f47e931ab41f5a90be1e8e41015389e6 (patch)
tree35e90c01923be7ae59244aa535ddf904932d9558 /README.md
parent777d672e05ebf87954df559dd1b5fee5a9724918 (diff)
Store thread id next to zone ptr in source location zone list.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6c7aab2..40946760 100644
--- a/README.md
+++ b/README.md
@@ -129,4 +129,4 @@ Lua instrumentation needs to perform additional work (including memory allocatio
You may use named colors predefined in `common/TracyColor.hpp` (included by `Tracy.hpp`). Visual reference: [wikipedia](https://en.wikipedia.org/wiki/X11_color_names).
-Tracy server will perform statistical data collection on the fly, if the macro `TRACY_NO_STATISTICS` is not defined. This allows extended analysis of the trace (for example, you can perform a live search for matching zones) at a small CPU processing cost and a considerable memory usage increase (at least 8 bytes per zone).
+Tracy server will perform statistical data collection on the fly, if the macro `TRACY_NO_STATISTICS` is not defined. This allows extended analysis of the trace (for example, you can perform a live search for matching zones) at a small CPU processing cost and a considerable memory usage increase (at least 10 bytes per zone).