Skip to content

Releases: den-mentiei/tracy-gizmos

v0.0.9

21 Feb 13:24
Compare
Choose a tag to compare

Fixed

  • macos build is now fixed for the sys crate.

0.0.8

31 Jan 19:16
Compare
Choose a tag to compare

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 not enabled, but some
    other features are set (e.g. no-exit).
  • set_thread_name! wasn't respecting enabled feature-gate
    properly, sigh.

Changed

  • minor example updates
  • plot! can now be used in expression position.

v0.0.7

19 Jan 21:37
Compare
Choose a tag to compare

Fixed

  • docs.rs build & intra-crate version dependencies fixed.

v0.0.6

19 Jan 21:37
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Added

  • #[instrument] attribute to instrument functions automatically.
  • attributes example.

Changed

  • TracyClient::new is gone, use start_capture() instead.
  • TracyClient renamed to TracyCapture.

v0.0.5

19 Jan 18:49
Compare
Choose a tag to compare

Fixed

  • message! behaviour with enabled is now correct, too.

v0.0.4

19 Jan 18:48
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

19 Jan 18:48
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Fixed

  • use of the zone! without use now works properly.

v0.0.2

19 Jan 18:47
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fixed

  • Readmes, comments.
  • is_connected is no longer const when instrumentation is disabled.
  • Missing docs are now back.

v0.0.1

19 Jan 18:47
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Added

  • Initial implementation of zones, frames, plots & messages