public function XHProfRunsFile::__construct in XHProf 6
Same name in this branch
- 6 XHProfRunsFile.inc \XHProfRunsFile::__construct()
- 6 XHProfLib/XHProfRuns.php \XHProfRunsFile::__construct()
Same name and namespace in other branches
- 7 XHProfRunsFile.inc \XHProfRunsFile::__construct()
- 7 XHProfLib/XHProfRuns.php \XHProfRunsFile::__construct()
File
- XHProfLib/
XHProfRuns.php, line 7
Class
Code
public function __construct() {
$this->dir = ini_get("xhprof.output_dir") ?: sys_get_temp_dir();
$this->suffix = 'xhprof';
}