Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e25f3c08..e3c73ebe 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,17 @@ v0.x.x (xxxx-xx-xx)
- The profiler UI will no longer unnecessarily redraw the screen if nothing
was changed. This should have a profound impact on power usage.
- Added microarchitecture data for Zen 4.
+- Implemented optional propagation of inline cost down the local call stack.
+ - This feature may be useful when trying to get a general outlook of the
+ cost at the top-level function in the symbol.
+ - This only has effect on the displayed source cost. It is not currently
+ possible to dig deeper into this data.
+ - It is possible to get nonsense data when this is enabled, for example
+ total cost exceeding 100%. This is by design.
+ - The feature only works for the "sample count" data, as it has call stacks
+ attached. Hardware sample data does not, and thus does not support cost
+ propagation.
+ - Assembly line costs are not affected.
v0.8.2 (2022-06-28)