diff --git a/content/news/021/index.md b/content/news/021/index.md index 3d6fee1f2..0703e8b38 100644 --- a/content/news/021/index.md +++ b/content/news/021/index.md @@ -229,6 +229,20 @@ GUI. [KindNES]: https://github.com/henryksloan/kind-nes/releases/tag/v0.9.1-beta [@henryksloan]: https://github.com/henryksloan +### [profiling] + +[![Screenshot of Optick Profiler](profiling.png)](profiling.png) + +This month, version 1.0 of [profiling] was released on crates.io. 🎉 🎉 + +This crate provides a very thin abstraction over instrumented profiling crates +like `puffin`, `optick`, `tracing`, `tracy`, and `superluminal-perf`. + +Profiling is used by multiple projects including `gfx-hal`, `rafx`, and +`wgpu`. + +[profiling]: https://crates.io/crates/profiling + ## Popular Workgroup Issues in Github diff --git a/content/news/021/profiling.png b/content/news/021/profiling.png new file mode 100644 index 000000000..274ff5668 Binary files /dev/null and b/content/news/021/profiling.png differ