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
|
Source: paje.app
Section: science
Priority: optional
Maintainer: Vincent Danjean <vdanjean@debian.org>
Standards-Version: 3.9.2
Build-Depends: cdbs (>= 0.4.27), quilt,
libgnustep-gui-dev (>= 0.12.0), debhelper (>> 5.0.0),
texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended,
texlive-latex-recommended
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
|