From c61a7ef57b132ed9a84c4ccbf804c4e85dde4430 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 9 Jun 2021 02:25:53 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 0b97bb43..b7ac9e4c 100644 --- a/NEWS +++ b/NEWS @@ -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)