1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Mention on-demand mode in FAQ.

This commit is contained in:
Bartosz Taudul 2018-07-12 13:32:49 +02:00
parent b85a8a62a2
commit e9a971bacf

2
FAQ.md
View File

@ -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?