Open infabo opened 6 years ago
Hi,
can you provide a better example for the following code from the README:
startMeasure('render', 'Time for rendering'); stopMeasure('render'); addMeasure('now', TYPO3_START, microtime(true)); measure('My long operation', function() { // Do something… });
How to read this piece of code? Are all these lines necessary for a timer? Thanks
Hi,
can you provide a better example for the following code from the README:
How to read this piece of code? Are all these lines necessary for a timer? Thanks