Skip to content

Releases: EmbarkStudios/puffin

0.19.0

Choose a tag to compare

@TimonPost TimonPost released this 17 Jan 10:32
  • 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

Choose a tag to compare

@emilk emilk released this 20 Nov 21:10
  • PR#165 Faster profiling, add line numbers, better paths, and better function names

0.14.2

Choose a tag to compare

@TimonPost TimonPost released this 30 Jan 22:00
  • PR#123 Fix puffin build for non-web wasm environments.

Puffin 0.14.0

Choose a tag to compare

@emilk emilk released this 07 Nov 10:11
5a28a19
puffin 0.14.0

Release 0.13.2

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 04 May 05:28

Changed

  • PR#76 updated zstd to 0.11.1

Release 0.13.0

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 07 Feb 10:42

Fixed

  • Fix compilation for wasm32-unknown-unknown.

Changed

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