Releases: den-mentiei/tracy-gizmos
Releases · den-mentiei/tracy-gizmos
v0.0.9
0.0.8
Added
#[capture]
attribute to instrument main added.#[instrument("prefix")]
is now supported.emit_alloc!
&emit_free!
to track allocations.- memory example
Fixed
sys
is no longer compiled when we are notenabled
, but some
other features are set (e.g.no-exit
).set_thread_name!
wasn't respectingenabled
feature-gate
properly, sigh.
Changed
- minor example updates
plot!
can now be used in expression position.
v0.0.7
Fixed
docs.rs
build & intra-crate version dependencies fixed.
v0.0.6
Added
#[instrument]
attribute to instrument functions automatically.- attributes example.
Changed
TracyClient::new
is gone, usestart_capture()
instead.TracyClient
renamed toTracyCapture
.
v0.0.5
Fixed
message!
behaviour withenabled
is now correct, too.
v0.0.4
Changed
make_plot!
now accepts the plot variable name to define.plot!
now accepts the plot variable name to emit value to.
Fixed
- macroses were not properly handling
enabled
at all. - docs typos and absence in some places due to feature gating.
- using code now nicely compiles without warnings for both
enabled
and not cases.
v0.0.3
Fixed
- use of the
zone!
withoutuse
now works properly.
v0.0.2
Fixed
- Readmes, comments.
is_connected
is no longerconst
when instrumentation is disabled.- Missing docs are now back.
v0.0.1
Added
- Initial implementation of zones, frames, plots & messages