From e9a971bacf4bd8b005bbf5b92ae18a3b686310bc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 12 Jul 2018 13:32:49 +0200 Subject: [PATCH] Mention on-demand mode in FAQ. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a498b0db..9c0d8a08 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,7 +22,7 @@ Tracy can perform network transfer of 15 million zones per second. Should the cl ### Can I connect to my application at any time and start profiling at this moment? -No, all events are registered from the beginning of program execution and are waiting in a queue. +By default no, all events are registered from the beginning of program execution and are waiting in a queue. There's a separate on-demand mode, enabled by using a `TRACY_ON_DEMAND` macro. ### Am I seeing correctly that the profiler allocates one gigabyte of memory per second?