public function ProfilerInterface::shutdown in XHProf 8
Shutdown and disable XHProf profiling.
Report is saved with selected storage.
Return value
string The run ID.
1 method overrides ProfilerInterface::shutdown()
- Profiler::shutdown in src/
Profiler.php - Shutdown and disable XHProf profiling.
File
- src/
ProfilerInterface.php, line 25
Class
- ProfilerInterface
- Provides interface to interact with profiler.
Namespace
Drupal\xhprofCode
public function shutdown($runId);