File: control

package info (click to toggle)
gprofng-gui 1%3A2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,128 kB
  • sloc: java: 95,861; sh: 4,036; makefile: 683; perl: 345
file content (26 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: gprofng-gui
Section: devel
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Rules-Requires-Root: no
Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
Standards-Version: 4.7.3
Homepage: http://savannah.gnu.org/projects/gprofng-gui/
Vcs-Browser: https://salsa.debian.org/toolchain-team/gprofng-gui
Vcs-Git: https://salsa.debian.org/toolchain-team/gprofng-gui.git

Package: gprofng-gui
Architecture: all
Depends:
 binutils (>= 2.40),
 default-jre,
 ${misc:Depends},
Description: Graphical user interface for the GNU gprofng tool
 The GNU gprofng GUI is a feature rich graphical user interface for the GNU
 gprofng tool. It makes it possible to interactively analyze and compare gprofng
 profiling experiments. Users can drill into an applications profile together
 with the applications code to gather an understanding and insight into
 what an application is doing throughout it's runtime.