Changeset View
Changeset View
Standalone View
Standalone View
scripts/test/service_profiler.php
- This file was added.
| Property | Old Value | New Value |
|---|---|---|
| File Mode | null | 100755 |
| #!/usr/bin/env php | |||||
| <?php | |||||
| require_once dirname(__FILE__).'/../__init_script__.php'; | |||||
| // Simple test script for PhutilServiceProfiler. | |||||
| PhutilServiceProfiler::installEchoListener(); | |||||
| execx('ls %s', '/tmp'); | |||||
| exec_manual('sleep %d', 1); | |||||
| phutil_passthru('cat'); | |||||
| echo "\n\n".pht('SERVICE CALL LOG')."\n"; | |||||
| var_dump(PhutilServiceProfiler::getInstance()->getServiceCallLog()); | |||||