Devel::Profiler::Test - test support library for Devel::Profiler


Devel-Profiler documentation  | view source Contained in the Devel-Profiler distribution.

Index


NAME

Top

Devel::Profiler::Test - test support library for Devel::Profiler

SYNOPSIS

Top

  # plan a test for each call to Devel::Profiler::Test
  use Test::More tests => 2;
  use Devel::Profiler::Test qw(profile_code check_tree);

  profile_code(<<END)
  ... some code to profile ...
  END

  check_tree(<<END)
  ... a tree in the format produced by dprofpp -T ...
  END

DESCRIPTION

Top

This is a test support library for Devel::Profiler. It's probably only useful inside Devel::Profiler's test scripts, but you never know!

COPYRIGHT AND LICENCE

Top

AUTHOR

Top

Sam Tregar <sam@tregar.com>

SEE ALSO

Top

Devel::Profiler


Devel-Profiler documentation  | view source Contained in the Devel-Profiler distribution.