File: control

package info (click to toggle)
vite 1.2%2Bsvn1430-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,164 kB
  • ctags: 3,915
  • sloc: cpp: 26,903; makefile: 455; sh: 111; ansic: 67
file content (30 lines) | stat: -rw-r--r-- 1,189 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
27
28
29
30
Source: vite
Section: devel
Priority: optional
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 9.0.0),
 cmake,
 qttools5-dev, libqt5opengl5-dev, libglu1-mesa-dev,
 texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
 libotf-trace-dev,
 texlive-fonts-recommended,
 ghostscript, zlib1g-dev
Standards-Version: 3.9.6
Homepage: http://vite.gforge.inria.fr/
Vcs-Browser: http://gforge.inria.fr/scm/browser.php?group_id=1596
Vcs-Svn: svn://scm.gforge.inria.fr/svn/vite/tools/package

Package: vite
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Efficient visual trace explorer
 ViTE is a powerful portable and open source profiling tool to visualize
 the behaviour of parallel applications. Thanks to its scalable design,
 ViTE helps programmers to efficiently analyze the performance of
 potentially large applications.
 .
 ViTE currently enables the visualisation of traces using the Pajé format
 (open format, see http://www-id.imag.fr/Logiciels/paje/) and has various
 functionalities such as exporting a view in a svg format to integrate
 the results easily in a report, or viewing statistics.