Skip to content

Doc functions

Bart van Hoekelen edited this page Apr 26, 2017 · 2 revisions

Tables of contents


Point

Set measuring point with or without a label

Performance::point( <optional:$label> );

Message

Set a message associated with the point

Performance::message( <$message>, <optional:$newLine>);

Finish

Finish previous measuring point

Performance::finish();

Export

Return the export helper only

Performance::export();

Results

Finish all measuring points and return the export helper

Performance::results();
Clone this wiki locally