Time::Stopwatch -- version 0.02 The Time::Stopwatch module provides a convenient interface to timing functions through tied scalars. From the point of view of the user, scalars tied to the module simply increase their value by one every second. Installing the Time::HiRes module lets Time::Stopwatch timers provide sub-second accuracy. This feature will be automatically enabled if Time::HiRes is present. To install, just do: perl Makefile.PL make make test make install If Time::HiRes is not installed, some tests will be skipped. Copyright (c) 2000-2001 Ilmari Karonen. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Address bug reports and comments to: perl@itz.pp.sci.fi