Scroll to navigation

IKC::Timing(3pm) User Contributed Perl Documentation IKC::Timing(3pm)
 

NAME

POE::Component::IKC::Timing - POE Inter-kernel Communication timing helper

SYNOPSIS

    use POE::Component::IKC::Timing;
    T->start( 'part' )
    T->point( part => $msg );
    T->end( 'part' );

DESCRIPTION

This module provides a crude form of application profiling. It is not currently stable enough to be documented nor used. In fact, it will probably become its own module at some point.

SEE ALSO

POE::Component::IKC
2014-05-16 perl v5.18.2