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-10-16 22:41:33 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-16 22:41:33 +0300
commit990d20b782bd42659d97c2e3318a1f060642415d (patch)
tree572a068509c507850f2128948ed4ba51033dbfde /README.md
parent8a6e4d2971fcd67beb14526e471c2b6bd53ebf81 (diff)
Document how to enable tracy.
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 a8be845c..b9b7a207 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ It should be noted that tracy needs to calibrate its internal timers at each run
Copy files from `tracy/client` and `tracy/common` to your project. Add `tracy/TracyClient.cpp` to source files list. That's all. Tracy is now integrated into your application.
+In the default configuration tracy is disabled. To enable it, add a TRACY\_ENABLE define.
+
#### Marking zones
To begin data collection, tracy requires that you manually instrument your application (automatic tracing of every entered function is not feasible due to the amount of data that would generate). All the user-facing interface is contained in the `tracy/Tracy.hpp` header file.