Function __global->_cms_profile_generate_line

Definitions

sources/profiler.php

  • Generate a line to add to the profiling log, from a recorded signature.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$identifier ID_TEXT required parameter N/A N/A Identifier
$at array required parameter N/A N/A The signature for what we just profiled
$cnt ?integer required parameter N/A N/A The nth time this identifier was profiled (null: we started profiling opposed to finished)

Return

  • Log line
  • Type: string
  • Set: N/A
  • Range: N/A