You are here

public function XHProfAggregator::addRun in XHProf 6

Same name and namespace in other branches
  1. 7 XHProfLib/XHProfAggregator.php \XHProfAggregator::addRun()

Parameters

$run_data:

Return value

void

File

XHProfLib/XHProfAggregator.php, line 10

Class

XHProfAggregator

Code

public function addRun($run_data) {
  $this->runs[] = $run_data;
}