Function __global->_cms_profile_end_for
Definitions
sources/profiler.php
- End a profiling block, for a specified identifier (of your own choosing - but you must have started it with cms_profile_start_for).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$identifier | ID_TEXT | required parameter | N/A | N/A | Identifier |
$specifics | ?string | Null | N/A | N/A | Longer details of what happened (e.g. a specific SQL query that ran) (null: none provided) |