IPC::Run3::ProfArrayBuffer (3)
Leading comments
Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
IPC::Run3::ProfArrayBuffer - Store profile events in RAM in an arraySYNOPSIS
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 ARRAYreference like:
[ "app_call", 1.1, ... ];
LIMITATIONS
COPYRIGHT
Copyright 2003, R. Barrie Slaymaker, Jr., All Rights ReservedLICENSE
You may use this module under the terms of theBSD,
Artistic, or GPL
licenses,
any version.