-
Couldn't load subscription status.
- Fork 38
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");Metadata
Metadata
Assignees
Labels
No labels