#ifdef __cplusplus extern "C" { #endif #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #ifdef __cplusplus } #endif #include "stopwatch.h" MODULE = Stopwatch PACKAGE = Stopwatch stopwatch * stopwatch::new() void stopwatch::DESTROY() void stopwatch::start() double stopwatch::stop () void stopwatch::reset() double stopwatch::DisplayAvg() void stopwatch::lap ()