Whamcloud - gitweb
This wholesale change breaks down llvisualize into multiple modules
authorthantry <thantry>
Tue, 3 Jun 2003 01:20:30 +0000 (01:20 +0000)
committerthantry <thantry>
Tue, 3 Jun 2003 01:20:30 +0000 (01:20 +0000)
commit0bed42f05260963ff4ecc8107d3df571a4285af5
tree64c5bc88f8b027f019b45bd9ba4bd2d7f343a194
parentf6fb43dec2eb6ecb9e33eaad0ba74580c90d4a86
This wholesale change breaks down llvisualize into multiple modules
to allow easy extensibility and to reduce memory footprint when
running with large logs.

llascii.pm is the module used for timing analysis, html and graph generation
(--vfssummary option). No new features have been added, but lot of
redundant code has been removed.

llgtk.pm is the visual component for the gtktree. This has been completely
rewritten, in part due to bugs #1271 and #717. The --serverrpc switch has
(for stitching server logs into client view) been fixed. The --uml option
will allow loading of logs which are time warped at multiple places in the log.

llcommon.pm contains code that is common to both the analysis mode (--vfssummary option)
and the visual mode.

llconsts.pm contains the constants, and any global variables used.
lustre/utils/llparser.pm [deleted file]