Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php
| <?php | <?php | ||||
| /** | /** | ||||
| * @group console | |||||
| * @phutil-external-symbol function xhprof_enable | * @phutil-external-symbol function xhprof_enable | ||||
| * @phutil-external-symbol function xhprof_disable | * @phutil-external-symbol function xhprof_disable | ||||
| */ | */ | ||||
| final class DarkConsoleXHProfPluginAPI { | final class DarkConsoleXHProfPluginAPI { | ||||
| private static $profilerStarted; | private static $profilerStarted; | ||||
| private static $profilerRunning; | private static $profilerRunning; | ||||
| private static $profileFilePHID; | private static $profileFilePHID; | ||||
| ▲ Show 20 Lines • Show All 175 Lines • Show Last 20 Lines | |||||