mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 05:33:53 +00:00
Update NEWS.
This commit is contained in:
parent
60f0ed8c0e
commit
c34062cd78
11
NEWS
11
NEWS
@ -95,6 +95,17 @@ v0.x.x (xxxx-xx-xx)
|
|||||||
- The profiler UI will no longer unnecessarily redraw the screen if nothing
|
- The profiler UI will no longer unnecessarily redraw the screen if nothing
|
||||||
was changed. This should have a profound impact on power usage.
|
was changed. This should have a profound impact on power usage.
|
||||||
- Added microarchitecture data for Zen 4.
|
- 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)
|
v0.8.2 (2022-06-28)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user