public function ProfilerInterface::createRunId in XHProf 8
Creates a new unique run id.
Return value
string The run ID.
1 method overrides ProfilerInterface::createRunId()
- Profiler::createRunId in src/
Profiler.php - Creates a new unique run id.
File
- src/
ProfilerInterface.php, line 95
Class
- ProfilerInterface
- Provides interface to interact with profiler.
Namespace
Drupal\xhprofCode
public function createRunId();