Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-10-09 21:21:54 +02:00
parent 60f0ed8c0e
commit c34062cd78
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

11
NEWS
View File

@ -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)