1IPC::Run3::ProfArrayBufUfseerr(3C)ontributed Perl DocumeInPtCa:t:iRounn3::ProfArrayBuffer(3)
2
3
4
6 IPC::Run3::ProfArrayBuffer - Store profile events in RAM in an array
7
11 "IPC::Run3::ProfArrayBuffer->new()"
12 "$buffer->app_call(@events)"
13 "$buffer->app_exit(@events)"
14 "$buffer->run_exit(@events)"
15 The three above methods push the given events onto the stack of
16 recorded events.
17
18 get_events
19 Returns a list of all the events. Each event is an ARRAY reference
20 like:
21
22 [ "app_call", 1.1, ... ];
23
26 Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
27
29 You may use this module under the terms of the BSD, Artistic, or GPL
30 licenses, any version.
31
33 Barrie Slaymaker <barries@slaysys.com>
34
35
36
37perl v5.10.1 2009-05-30 IPC::Run3::ProfArrayBuffer(3)