The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Linux::DVB::DVBT::Apps::QuartzPVR::Base::DbgProf - TVGuide debug profile

SYNOPSIS

use Linux::DVB::DVBT::Apps::QuartzPVR::Schedule ;

DESCRIPTION

Profile program execution

Profile HASH is of the form:

        'fns'   => [                                                    # Trace of all the record IDs
                
                {                                               # info for this function
                        'fn'    => $name
                        'start' => $time,                       # start time
                        'end'   => $time,                       # end time
                        'fns'   => [ .. ]
                                ...     
                },
                ...
        ],

DIAGNOSTICS

Setting the debug flag to level 1 prints out (to STDOUT) some debug messages, setting it to level 2 prints out more verbose messages.

AUTHOR

Steve Price

BUGS

None that I know of!

INTERFACE

profile_flag($profile_flag)

Set of clear the trace flag

1 POD Error

The following errors were encountered while parsing the POD:

Around line 44:

=over without closing =back