Cargo Features

[dependencies]
tracing-tracy = { version = "0.11.0", default-features = false, features = ["broadcast", "code-transfer", "context-switch-tracing", "enable", "fibers", "timer-fallback", "ondemand", "only-ipv4", "only-localhost", "sampling", "system-tracing", "callstack-inlines", "manual-lifetime", "delayed-init", "flush-on-exit"] }
default = broadcast, callstack-inlines, code-transfer, context-switch-tracing, enable, sampling, system-tracing

Refer to FEATURES.mkd for documentation on features.

broadcast default

Enables broadcast of tracy-client

code-transfer default

Enables code-transfer of tracy-client

context-switch-tracing default

Enables context-switch-tracing of tracy-client

enable default

Enables enable of tracy-client

fibers

Enables fibers of tracy-client

timer-fallback

Enables timer-fallback of tracy-client

ondemand

Enables ondemand of tracy-client

only-ipv4

Enables only-ipv4 of tracy-client

only-localhost

Enables only-localhost of tracy-client

sampling default

Enables sampling of tracy-client

system-tracing default

Enables system-tracing of tracy-client

callstack-inlines default

Enables callstack-inlines of tracy-client

manual-lifetime

Enables manual-lifetime of tracy-client

delayed-init

Enables delayed-init of tracy-client

flush-on-exit

Enables flush-on-exit of tracy-client