Dependencies for tracy-profiler-0.1.2.1
Libraries
tracy-profiler
- base (>=4.16 && <5)
- bytestring
- text (>=2.0 && <3)
- unliftio-core
- webcolor-labels
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| enable | Enable to actually call the Tracy functions and produce data. Otherwise the wrappers will be no-ops. | Disabled |
| fibers | Enable if your libtracyclient has this enabled. | Disabled |
| has_callstack | Enable if your libtracyclient has this enabled. | Disabled |
| manual_lifetime | Manually manage profiler lifetime. Enable if your libtracyclient has this enabled. | Disabled |
| on_demand | Don't generate and keep events if there's no connection. Enable if your libtracyclient has this enabled. | Disabled |
| zones_pedantic | Crash when a zone is starting on an unbound thread. | Enabled |
| zones_unsafe | Skip the bound-thread check for zones. This may crash the profile server with "zone ended twice" error. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info