mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
release 3.29.3
This commit is contained in:
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
||||
Overview of changes in Sysprof 3.29.3
|
||||
=====================================
|
||||
|
||||
* Experimental tracking of various drm events (vblank and CRTC/MSC)
|
||||
* Drawing code now uses double instead of float for additional precision
|
||||
* CLOCK_MONOTONIC is now the preferred clock
|
||||
* A new capture type of "mark" has been added to the capture format. It
|
||||
supports an event name with a duration >= 0. We expect to integrate this
|
||||
with a timechart in a future release.
|
||||
* Various counters are automatically detected and displayed when opening a
|
||||
capture file.
|
||||
* Various cleanups to libsysprof-capture-2.a for re-usability
|
||||
* A new in-tree tool "sysprof-cat" which can join multiple capture files
|
||||
together gracefully.
|
||||
* Fix a number of situations where cpu/pid were crossed.
|
||||
|
||||
Translations:
|
||||
|
||||
* Indonesian, German, Italian, Czech, Polish
|
||||
|
||||
|
||||
Overview of changes in Sysprof 3.28.0
|
||||
=====================================
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
project('sysprof', ['c', 'cpp'],
|
||||
license: ['GPL3+', 'GPL2+'],
|
||||
version: '3.29.0',
|
||||
version: '3.29.3',
|
||||
meson_version: '>=0.40.1',
|
||||
default_options: [
|
||||
'c_std=gnu11',
|
||||
|
||||
Reference in New Issue
Block a user