File: control

package info (click to toggle)
latencytop 0.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: ansic: 2,032; makefile: 34
file content (20 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: latencytop
Section: utils
Priority: optional
Maintainer: Giacomo Catenazzi <cate@debian.org>
Build-Depends: debhelper-compat (= 13), pkg-config, libncurses-dev,
  libglib2.0-dev, libgtk2.0-dev
Standards-Version: 4.5.1
Homepage: http://www.latencytop.org/
Vcs-Git: https://salsa.debian.org/debian/latencytop.git
Vcs-Browser: https://salsa.debian.org/debian/latencytop

Package: latencytop
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A tool for developers to visualize system latencies
 LatencyTOP is a Linux tool for software developers (both kernel
 and userspace), aimed at identifying where in the system latency
 is happening, and what kind of operation/action is causing the
 latency to happen so that the code can be changed to avoid the
 worst latency hiccups.