mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Update NEWS.
This commit is contained in:
parent
7e17c8643c
commit
13c103065a
10
NEWS
10
NEWS
@ -27,6 +27,16 @@ v0.x.x (xxxx-xx-xx)
|
|||||||
originating function.
|
originating function.
|
||||||
- If symbol view is restricted to a single inline function, all assembly
|
- If symbol view is restricted to a single inline function, all assembly
|
||||||
instructions not in this context will be dimmed out.
|
instructions not in this context will be dimmed out.
|
||||||
|
- Kernel call stacks will be now properly captured and displayed in the
|
||||||
|
profiler. Kernel functions are marked with the red color.
|
||||||
|
- The CPU hardware performance counters can be now sampled on Linux.
|
||||||
|
- Three inferred statistics are displayed for lines in both source and
|
||||||
|
assembly code in the symbol view window:
|
||||||
|
- Instructions executed per cycle.
|
||||||
|
- Branch miss rate.
|
||||||
|
- Cache miss rate.
|
||||||
|
- Instruction cost estimation method is no longer tied to software call
|
||||||
|
stack sampling.
|
||||||
|
|
||||||
|
|
||||||
v0.7.8 (2021-05-19)
|
v0.7.8 (2021-05-19)
|
||||||
|
Loading…
Reference in New Issue
Block a user