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 31
|
Source: paje.app
Section: science
Priority: optional
Maintainer: Vincent Danjean <vdanjean@debian.org>
Standards-Version: 4.7.0
Homepage: https://paje.sourceforge.net
Vcs-Git: https://salsa.debian.org/gnustep-team/paje.app.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/paje.app
Build-Depends: quilt,
libgnustep-gui-dev (>= 0.31.1-7), debhelper-compat (= 13),
texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended,
texlive-latex-recommended
Rules-Requires-Root: no
Package: paje.app
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic visualization tool (Gantt chart and more)
Paje is a graphical tool that displays traces produced during the
execution of multithreaded programs. Other programs can also generate
traces for this tool.
.
Key Features
* Supports multi threaded programs
o each thread of the analysed program can be individually displayed,
or multiple threads can be combined, to reduce screen space usage.
* Interactivity
o each entity represented on the screen can be interrogated for
more information,
o related entities are highlighted as mouse cursor passes over
some representation
|