Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

IPC::Run3::ProfArrayBuffer

Name IPC::Run3::ProfArrayBuffer
Version 0.048
Located at /usr/local/share/perl5
File /usr/local/share/perl5/IPC/Run3/ProfArrayBuffer.pm
Is Core No
Search CPAN for this module IPC::Run3::ProfArrayBuffer
Documentation IPC::Run3::ProfArrayBuffer
Module Details IPC::Run3::ProfArrayBuffer

NAME

IPC::Run3::ProfArrayBuffer - Store profile events in RAM in an array


SYNOPSIS


DESCRIPTION


METHODS

IPC::Run3::ProfArrayBuffer->new()
$buffer->app_call(@events)
$buffer->app_exit(@events)
$buffer->run_exit(@events)
The three above methods push the given events onto the stack of recorded events.

get_events
Returns a list of all the events. Each event is an ARRAY reference like:
   [ "app_call", 1.1, ... ];


LIMITATIONS


COPYRIGHT

Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved


LICENSE

You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.


AUTHOR

Barrie Slaymaker <barries@slaysys.com>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024