logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

Barrie Slaymaker <barries@slaysys.com> perl v5.38.2 2024-01-27 IPC::Run3::ProfArrayBuffer(3pm)

Description

License

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

Limitations

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, ... ];

Name

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

Synopsis

See Also