-
Notifications
You must be signed in to change notification settings - Fork 39
Feature: Add Point manually #5
Copy link
Copy link
Closed
Description
It would be nice to add points manually. This way it would be possible to keep the measurement running when hitting another point. For example whole site duration or multiple tasks. Or you could finish a point by its label. For example
Performance::point("site:start");
//run code
Performance::point("cache");
//run code
Performance::finish(); // finish cache point
//run code
Performance::finish(); // finish site:start
Or
Performance::finish("cache");
Performance::finish("site:start");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels