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


NAME

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


DESCRIPTION


SYNOPSIS


PROPERTIES

timeStart


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


AUTHOR

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


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.


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.

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