You are here

public function Symbol::getParent in XHProf 8

Return value

mixed

File

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

Class

Symbol
Provides a value object for single span of profiling.

Namespace

Drupal\xhprof\XHProfLib\Symbol

Code

public function getParent() {
  return $this->parent;
}