endProfile() public static method
Marks the end of a code block for profiling.
This has to be matched with a previous call to beginProfile() with the same category name.
See also beginProfile().
public static void endProfile ( $token, $category = 'application' ) | ||
---|---|---|
$token | string |
Token for the code block |
$category | string |
The category of this log message |
Please login to continue.