private function XHProfRunsFile::gen_run_id in XHProf 7
Same name in this branch
- 7 XHProfRunsFile.inc \XHProfRunsFile::gen_run_id()
- 7 XHProfLib/XHProfRuns.php \XHProfRunsFile::gen_run_id()
Same name and namespace in other branches
- 6 XHProfRunsFile.inc \XHProfRunsFile::gen_run_id()
- 6 XHProfLib/XHProfRuns.php \XHProfRunsFile::gen_run_id()
1 call to XHProfRunsFile::gen_run_id()
File
- XHProfLib/
XHProfRuns.php, line 12
Class
Code
private function gen_run_id($type) {
return uniqid();
}