You are here

public function XHProfParser::__construct in XHProf 7

Same name and namespace in other branches
  1. 6 XHProfLib/XHProfParser.php \XHProfParser::__construct()

File

XHProfLib/XHProfParser.php, line 8

Class

XHProfParser

Code

public function __construct($data) {
  $this->data = $data;
  $this
    ->getTotals();
}