public function XHProfParser::__construct in XHProf 7
Same name and namespace in other branches
- 6 XHProfLib/XHProfParser.php \XHProfParser::__construct()
File
- XHProfLib/XHProfParser.php, line 8 
Class
Code
public function __construct($data) {
  $this->data = $data;
  $this
    ->getTotals();
}