public function XHProfAggregator::addRun in XHProf 6
Same name and namespace in other branches
- 7 XHProfLib/XHProfAggregator.php \XHProfAggregator::addRun()
Parameters
$run_data:
Return value
void
File
- XHProfLib/
XHProfAggregator.php, line 10
Class
Code
public function addRun($run_data) {
$this->runs[] = $run_data;
}