-
Notifications
You must be signed in to change notification settings - Fork 36
Doc functions
Bart van Hoekelen edited this page Apr 26, 2017
·
2 revisions
- Performance::point()
- Performance::message()
- Performance::finish()
- Performance::export()
- Performance::results()
Set measuring point with or without a label
Performance::point( <optional:$label> );
Set a message associated with the point
Performance::message( <$message>, <optional:$newLine>);
Finish previous measuring point
Performance::finish();
Return the export helper only
Performance::export();
Finish all measuring points and return the export helper
Performance::results();
Return to wiki home page