me
/
guix
Archived
1
0
Fork 0

gnu: sysprof: Expand description.

* gnu/packages/gnome.scm (synopsis, description): Elongate.
master
Tobias Geerinckx-Rice 2020-08-19 01:49:55 +02:00
parent f9812690a9
commit 95cd53c187
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 4 deletions

View File

@ -11262,10 +11262,14 @@ GObject introspection bindings.")
;; This home page is so woefully out of date as to be essentially useless.
;; (home-page "http://www.sysprof.com")
(home-page "https://wiki.gnome.org/Apps/Sysprof")
(synopsis "System-wide performance profiler")
(description "Sysprof is a sampling profiler that uses a kernel module
to generate stacktraces which are then interpreted by the userspace program
@command{sysprof}.")
(synopsis "System-wide performance profiler for GNU/Linux")
(description
"Sysprof performs detailed, accurate, and fast CPU profiling of an entire
GNU/Linux system including the kernel and all user-space applications. This
helps find the function(s) in which a program spends most of its time.
It uses the kernel's built-in @code{ptrace} feature and handles shared
libraries. Applications do not need to be recompiled--or even restarted.")
(license license:gpl3+)))
(define-public gnome-builder