Devel::TimeThis - Time the duration of a variable until it goes out of scope


NAME

Devel::TimeThis - Time the duration of a variable until it goes out of scope

Back to Top


DESCRIPTION

Back to Top


SYNOPSIS

Back to Top


PROPERTIES

timeStart

Back to Top


API METHODS

new($name)

Create new TimeThis object.

Invocations with the same $name will be reported together.

DESTROY

Collect the timing data

END

Print timing data

Back to Top


AUTHOR

Johan Lindström, <johanl[ÄT]DarSerMan.com>

Back to Top


BUGS

Please report any bugs or feature requests to bug-devel-perlysense@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Back to Top


COPYRIGHT & LICENSE

Copyright 2005 Johan Lindström, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top

 Devel::TimeThis - Time the duration of a variable until it goes out of scope