The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Measure::Everything::Adapter::Test - Test Adapter: for testing...

VERSION

version 1.002

SYNOPSIS

    Measure::Everything::Adapter->set( 'Test' );

DESCRIPTION

Collect stats in an in-memory array. Useful when you want to test if things are measured.

METHODS

get_stats

  my $stats = $stats->get_stats;

Returns all the stats collected in the raw format (i.e. as an array).

reset

  $stats->reset;

Flushes all stats collected so far, starts from a clean slate.

AUTHOR

Thomas Klausner <domm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Thomas Klausner.

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