Update NEWS.

This commit is contained in:
Bartosz Taudul 2021-06-09 02:25:53 +02:00
parent bb0f5025b2
commit c61a7ef57b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

7
NEWS
View File

@ -12,6 +12,13 @@ v0.x.x (xxxx-xx-xx)
- Improved function matching algorithm in compare traces view.
- Added minimal CMake integration layer.
- Reworked rpmalloc initialization.
- Excluded some uninteresting wrapper functions from call stacks (for
example SIMD pass-through intrinsics to the compiler built-ins).
- Adjusted coloring of instruction hotness in symbol view.
- Properly handle rare cases when sampling on Linux is momentary not able to
resolve time stamps.
- Added Rocket Lake microarchitectural data.
- Updated CPU identifier lists.
v0.7.8 (2021-05-19)