aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
Apache License 2.0
324 stars 41 forks source link

Update puffin to 0.16 #52

Closed Kerollmops closed 1 year ago

aclysma commented 1 year ago

This change breaks the example. It still uses the old puffin-imgui crate which links an old puffin crate, which ends up having no data when running it. But I'll look into updating, it will likely require other stuff to be updated as well.

aclysma commented 1 year ago

Completed in #54