You are here

DiffReport.php in XHProf 8

File

src/XHProfLib/Report/DiffReport.php
View source
<?php

namespace Drupal\xhprof\XHProfLib\Report;


/**
 * Class DiffReport
 */
class DiffReport extends Report {
  public function getReport() {

    // TODO: Implement getReport() method.
  }

}

Classes

Namesort descending Description
DiffReport Class DiffReport