summaryrefslogtreecommitdiffstats
path: root/third_party/rust/profiling/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/rust/profiling/CHANGELOG.md
parentInitial commit. (diff)
downloadfirefox-esr-upstream.tar.xz
firefox-esr-upstream.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/profiling/CHANGELOG.md')
-rw-r--r--third_party/rust/profiling/CHANGELOG.md70
1 files changed, 70 insertions, 0 deletions
diff --git a/third_party/rust/profiling/CHANGELOG.md b/third_party/rust/profiling/CHANGELOG.md
new file mode 100644
index 0000000000..f92e2349df
--- /dev/null
+++ b/third_party/rust/profiling/CHANGELOG.md
@@ -0,0 +1,70 @@
+# Changelog
+
+## 1.0.7
+* Update tracy-client to 0.14.1
+
+## 1.0.6
+ * Update tracy-client to 0.13
+
+## 1.0.5
+ * Update puffin to 0.12.1
+
+## 1.0.4
+ * Update puffin to 0.10
+
+## 1.0.3
+ * Update puffin to 0.6 and puffin-imgui to 0.8
+
+## 1.0.2
+ * Fix tracing backend failing to compile when tracing crate is not a dependency in the downstream crate
+
+## 1.0.1
+ * Rework feature flags so that downstream *libraries* no longer have to add feature flags per profiling backend.
+ * Add a backend that does type checking (for CI purposes)
+
+## 1.0.0
+ * Republish 0.1.10 as 1.0.0
+
+## 0.1.10
+ * Build fix for when the default feature "procmacros" is disabled
+
+## 0.1.9
+ * Bump tracy client version to 0.12 (tracy now uses the 0.7.6 protocol)
+ * Bump puffin to 0.4
+ * Update the puffin demo to use rafx
+ * Aesthetic changes to the puffin example
+
+## 0.1.8
+ * Bump tracy client version to 0.11 (tracy now uses the 0.7.5 protocol)
+
+## 0.1.7
+ * Re-release due to root cargo.toml referencing 0.1.2 of procmacro crate instead of 0.1.3
+
+## 0.1.6
+ * Use tracy directly instead of going through tracy (use the profile-with-tracy feature).
+ * Going through tracing is still possible and demonstrated in the example (use the profile-with-tracing feature).
+ * Function instrumentation is now recorded to superluminal
+
+## 0.1.5
+ * More info in readme, no functional change
+
+## 0.1.4
+ * Fix the color passed to superluminal so that scopes are default-colored
+
+## 0.1.3
+ * Re-export the profiler crates, simplifying changes needed in end-user's cargo.toml
+
+## 0.1.2
+ * Remove unintended and unnecessary dependencies from the procmacro crate
+ * Republish the bindings crate mainly to fix readme typos and add a bit more info about the exposed APIs
+
+## 0.1.1
+ * Add profiling::function procmacro
+ * Add profiling::register_thread!()
+ * Add profiling::finish_frame!()
+ * Add support for superluminal
+ * Fixed incorrect usage of span!() that affected tracy captures
+ * More examples, improved documentation
+
+## 0.1.0
+ * Initial release \ No newline at end of file