-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Bart van Hoekelen edited this page Apr 26, 2017
·
11 revisions
// Add namespace at the top
use Performance\Performance;
// Set measure point
Performance::point();
//
// Run test code
//
// Finish all tasks and show test results
Performance::results();
Return to wiki home page