IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29755


Ignore:
Timestamp:
Nov 11, 2010, 8:44:01 AM (15 years ago)
Author:
rhenders
Message:

improvements to print method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/StageMetrics.pm

    r29686 r29755  
    6363
    6464
    65     print "+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
    66     print "|       started       |       finished      | time taken | processed | pending |  rate | faults | stuck? |\n";
    67     print "+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
     65    print "+---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
     66    print "|     stage     |       started       |       finished      | time taken | processed | pending |  rate | faults | stuck? |\n";
     67    print "+---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
     68    printf( "| %10s    ", $self->{stage} ? $self->{stage} : "no");
    6869    printf( "| %20s", $self->{started} ? $self->{started} : "no");
    6970    #printf( "| %s", $self->{finished25} ? $self->{finished25} : "no");
     
    8081    printf( "| %4s   ", $self->{stuck} ? "YES" : "no");
    8182    print "|\n";
    82     print "+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
     83    print "+---------------+---------------------+---------------------+------------+-----------+---------+-------+--------+--------+\n";
    8384}
    8485
Note: See TracChangeset for help on using the changeset viewer.