sysprof 3.34.1-1 source package in Ubuntu

Changelog

sysprof (3.34.1-1) unstable; urgency=medium

  * New upstream release
    - Bump the build-dependencies
  * debian/control.in: Bump Standards-Version to 4.4.1 (no further changes)
  * debian/patches/disable_test_dbus_system.patch: Disable a test that
    requires a system bus

 -- Laurent Bigonville <email address hidden>  Thu, 02 Jan 2020 00:32:16 +0100

Upload details

Uploaded by:
Debian GNOME Maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNOME Maintainers
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sysprof_3.34.1-1.dsc 1.9 KiB 96a568954d3a6a86be83a9a1a9419f20ca517d1b311486f9d93d5a6b270b3d0d
sysprof_3.34.1.orig.tar.xz 363.9 KiB 844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0
sysprof_3.34.1-1.debian.tar.xz 6.8 KiB 423e735beae758332d4528831b65db15ed90708dc6cb99a97dfe67492c101c35

Available diffs

No changes file available.

Binary packages built by this source

sysprof: system-wide Linux profiler

 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 It has the following features:
  - profiles all running processes, not just a single application
  - has a simple graphical interface
  - shows the time spent in each branch of the call tree
  - profiles can be loaded and saved

sysprof-dbgsym: debug symbols for sysprof