From 8ce6634ebc941276cb613c44ed11ce9ad6184dfd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 18 Mar 2018 13:09:59 +0100 Subject: Document the TRACY_NO_STATISTICS macro. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 71b7aced..80a4a08b 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,5 @@ While the data collection is very lightweight, it is not completely free. Each r Lua instrumentation needs to perform additional work (including memory allocation) to store source location. This approximately doubles the data collection cost. 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). -- cgit v1.2.3