Changeset 30915 for trunk/tools
- Timestamp:
- Mar 16, 2011, 11:18:14 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool.pl
r30250 r30915 32 32 my @publishingLabels = undef; 33 33 34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist" );34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist", "pub"); 35 35 promptPoll(); 36 36 … … 156 156 chomp($label); 157 157 158 printf("\n+--------------------------------------------------------------------------------------------------------------------------------- +\n");159 printf("| %32s|\n", $label);160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ \n");161 printf("| state | chip | cam | fake | warp | stack | diff | magic | destreak | dist | \n");162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ \n");158 printf("\n+----------------------------------------------------------------------------------------------------------------------------------------------+\n"); 159 printf("| %32s |\n", $label); 160 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 161 printf("| state | chip | cam | fake | warp | stack | diff | magic | destreak | dist | publish |\n"); 162 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 163 163 164 164 my $state; … … 179 179 } 180 180 181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ \n");181 printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 182 182 183 183 } … … 191 191 my ($state) = @_; 192 192 #print time, $/; 193 printf("\n+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +\n");194 printf("| %10s (any faults are shown in parentheses)|\n", $state);195 printf("+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ \n");196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | magic | destreak | dist | \n");197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ \n");193 printf("\n+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n"); 194 printf("| %10s (any faults are shown in parentheses) |\n", $state); 195 printf("+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+\n"); 196 printf("| no | label | distributing? | publishing? | chip | cam | fake | warp | stack | diff | magic | destreak | dist | publish |\n"); 197 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 198 198 199 199 my $stdsLabel; … … 232 232 } 233 233 234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ \n");234 printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n"); 235 235 236 236 }
Note:
See TracChangeset
for help on using the changeset viewer.
