From dec5b851af0ba1352f7604dc6209f297a5cb8106 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 13 Mar 2024 20:49:25 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 7c34c5e2..8a8d9994 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,16 @@ vx.xx.x (xxxx-xx-xx) - Fixed display of active / inactive allocations in memory call tree. - Instrumentation statistics can be now sorted by source location. - Added option to hide external code frames in call stack view. +- There's now a copy to clipboard button in the statistics view. It copies + the visible rows of either the instrumentation or GPU statistics view to + a CSV string matching a subset of the csvexport format. +- Source file contents can be copied to the clipboard. +- Added key binding for immediate reconnect: Ctrl+Shift+Alt+R. +- Lock markup is now available through the C API. +- Symbol statistics window now allows aggregation of inlined functions in + symbols. +- Cost measurements of inlined functions in the symbol statistics window + can be now relative to the base symbol instead of total program run time. v0.10.0 (2023-10-16)