Cargo Features

tracy-gizmos has no features set by default.

[dependencies]
tracy-gizmos = { version = "0.0.9", features = ["enabled", "unstable-function-names", "attributes", "crash-handler", "system-tracing", "context-switch", "sampling", "callstack-inlines", "hw-counters", "code-transfer", "vsync", "no-exit", "broadcast", "only-localhost", "only-ipv4"] }
enabled = only-localhost

Our features

Enables tracy-gizmos-sys

Affects tracy-gizmos::details, memory::details

unstable-function-names

Affects tracy-gizmos::details.get_fn_name_from_nested_type

attributes

Enables tracy-gizmos-attributes

crash-handler

sys features

Enables crash-handler of optional tracy-gizmos-sys

system-tracing

Enables system-tracing of optional tracy-gizmos-sys

context-switch

Enables context-switch of optional tracy-gizmos-sys

sampling

Enables sampling of optional tracy-gizmos-sys

callstack-inlines

Enables callstack-inlines of optional tracy-gizmos-sys

hw-counters

Enables hw-counters of optional tracy-gizmos-sys

code-transfer

Enables code-transfer of optional tracy-gizmos-sys

vsync

Enables vsync of optional tracy-gizmos-sys

no-exit

Enables no-exit of optional tracy-gizmos-sys

broadcast

Enables broadcast of optional tracy-gizmos-sys

only-localhost enabled?

Enables only-localhost of optional tracy-gizmos-sys

only-ipv4

Enables only-ipv4 of optional tracy-gizmos-sys