Documentation for class profiler :


Properties:

name type default params representant foreign foreign_prop position
id CO_INTEGER SEQUENCE READONLY=1 1 0
begin_sec CO_INTEGER NULL READONLY=1; 1 cevent_type id 40
begin_usec CO_INTEGER NULL READONLY=1; 1 cevent_type id 40
end_sec CO_INTEGER NULL READONLY=1; 1 cevent_type id 41
end_usec CO_INTEGER NULL READONLY=1; 1 cevent_type id 41
id_meta_method CO_INTEGER NULL 1 meta_method id 50

Methods:


method setStart
description: creates profiler entry with an exact start time (microseconds accuracy)
description: returns id of created entry
parameters:

par_area
type CO_STRING

par_class
type CO_STRING

par_id
type CO_INTEGER

par_method
type CO_STRING


method setEnd
description: writes end time to the entry of given id
parameters:

par_area
type CO_STRING

par_class
type CO_STRING

par_id
type CO_INTEGER

id_entry
type CO_INTEGER