AlignDB-Stopwatch

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        my $stopwatch = AlignDB::Stopwatch->new->record;

 record_conf

    Record a hashref or object to program_conf.

        $stopwatch->record_conf( $opt );

 block_message

    Print a blocked message

        $stopwatch->block_message( $message, $with_duration );

 start_message

    Print a starting message

        $stopwatch->start_message( $message, $embed_in_divider );

 end_message

lib/AlignDB/Stopwatch.pm  view on Meta::CPAN

    my $stopwatch = AlignDB::Stopwatch->new->record;

=head2 record_conf

Record a hashref or object to program_conf.

    $stopwatch->record_conf( $opt );

=head2 block_message

Print a blocked message

    $stopwatch->block_message( $message, $with_duration );

=head2 start_message

Print a starting message

    $stopwatch->start_message( $message, $embed_in_divider );

=head2 end_message



( run in 0.463 second using v1.01-cache-2.11-cpan-49f99fa48dc )