This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch site/comet-0.9.0 in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/site/comet-0.9.0 by this push: new 95d0d8b add image 95d0d8b is described below commit 95d0d8ba2c6a97fb26f337073f411a5e9bef07de Author: Andy Grove <agr...@apache.org> AuthorDate: Tue Jul 1 07:19:09 2025 -0600 add image --- content/blog/2025-07-01-datafusion-comet-0.9.0.md | 11 ++++++++++- content/images/comet-0.9.0/tracing.png | Bin 0 -> 153447 bytes 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/blog/2025-07-01-datafusion-comet-0.9.0.md b/content/blog/2025-07-01-datafusion-comet-0.9.0.md index 0cd5bac..67faa6e 100644 --- a/content/blog/2025-07-01-datafusion-comet-0.9.0.md +++ b/content/blog/2025-07-01-datafusion-comet-0.9.0.md @@ -96,7 +96,16 @@ Comet, such as tests for whole-stage code generation. ### Memory & Performance Tracing Comet now provides a tracing feature for analyzing performance and off-heap versus on-heap memory usage. See the -Comet Tracing Guide for more information. +[Comet Tracing Guide] for more information. + +[Comet Tracing Guide]: https://datafusion.apache.org/comet/contributor-guide/tracing.html + +<img +src="/blog/images/comet-0.9.0/tracing.png" +width="100%" +class="img-responsive" +alt="Comet Tracing" +/> ### Spark Compatibility diff --git a/content/images/comet-0.9.0/tracing.png b/content/images/comet-0.9.0/tracing.png new file mode 100644 index 0000000..3311ba5 Binary files /dev/null and b/content/images/comet-0.9.0/tracing.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org