3 # Revision 1.3 1995/11/04 00:38:27 tamches
6 # Revision 1.2 1994/10/14 10:45:52 tamches
9 # Revision 1.1 1994/06/01 17:25:27 rbi
10 # Initial documentation
14 This directory contains the source code for paradyn visualization
15 clients. Each subdirectory corresponds to a different visi.
19 tclVisi -- A tcl interface for the visi interface that allows
20 programmers to use Paradyn performance data in tcl
21 applications. See the tclVisi/tcl directory for
24 rthist -- A realtime (i.e. dynamically updated) time plot visi.
25 Written to use the X toolkit and Athena widgets.
26 <THIS NEEDS TO BE INSTALLED>
28 barchart -- A dynamically updated barChart of metric/focus pairs.
29 Written in tcl (as much as possible) and C++ (when
30 speed matters most--new data callbacks). Bars
31 are drawn with Xlib and use double-buffering.
32 Especially efficient when run remotely (so X server
33 can handle the double-buffering); even when run
34 locally, perturbation is probably acceptable.
35 Many bars can fit on the screen since the resources
36 are drawn on the y axis, meaning labels can fit
37 efficiently without having to be rotated 90 degress.
39 tableVisi -- A dynamically updated table (spreadsheet-like) of
40 metric/focus pairs. Cells are drawn using Xlib and
41 double-buffering. Probably the most compact of all the
42 visis; many metric/focus pairs can be seen on screen at
43 a time, like barchart (and unlike rthist).