You are here

public function Symbol::getChild in XHProf 8

Return value

mixed

File

src/XHProfLib/Symbol/Symbol.php, line 73

Class

Symbol
Provides a value object for single span of profiling.

Namespace

Drupal\xhprof\XHProfLib\Symbol

Code

public function getChild() {
  return $this->child;
}