-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Hello,
I am trying to figure out how Flight::after and Flight::before work. I am calling something that outputs a timestamp in microseconds and I am trying to do it on start of the framework and after the "results" of the framework have been outputted.
However it seems to be getting called instantly, rather then on start/end of framework.
Flight::after('start', Profiler_Console::logSpeed('Start Application'));
Flight::after('render', Profiler_Console::logSpeed('End Application'));
output
0.04
0.17
I believe the start is correct but how can I call "stop" after everything is done (regardless of what kind of data was outputted)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels