Skip to content

Releases: EmbarkStudios/puffin

0.19.0

17 Jan 10:32
Compare
Choose a tag to compare
  • PR#169 Stream scope information only once, drastically reduce bandwidth and increased performance. Allow better usage of static strings in profile scopes. Breaking change! See PR for migration guide.
  • PR#179 Update egui to v0.25 and a updates many other dependencies in process.
  • PR#181 Measure profile scope start time after serialization functions.

Special thanks to:
@emilk @TimonPost @fornwall @tosti007

Faster profiling, add line numbers, better paths, and better function names

20 Nov 21:10
Compare
Choose a tag to compare
  • PR#165 Faster profiling, add line numbers, better paths, and better function names

0.14.2

30 Jan 22:00
Compare
Choose a tag to compare
  • PR#123 Fix puffin build for non-web wasm environments.

Puffin 0.14.0

07 Nov 10:11
5a28a19
Compare
Choose a tag to compare
puffin 0.14.0

Release 0.13.2

04 May 05:28
Compare
Choose a tag to compare

Changed

  • PR#76 updated zstd to 0.11.1

Release 0.13.0

07 Feb 10:42
Compare
Choose a tag to compare

Fixed

  • Fix compilation for wasm32-unknown-unknown.

Changed

  • Upgrade ztd v0.9 -> v0.10
  • PR#64 updated dependencies and cleaned up crate metadata.