You are here

public function TraceableViewExecutable::getRenderTime in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()
  2. 8.2 webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()
  3. 4.x webprofiler/src/Views/TraceableViewExecutable.php \Drupal\webprofiler\Views\TraceableViewExecutable::getRenderTime()

Gets the render time.

Return value

float

File

webprofiler/src/Views/TraceableViewExecutable.php, line 42

Class

TraceableViewExecutable
Class TraceableViewExecutable

Namespace

Drupal\webprofiler\Views

Code

public function getRenderTime() {
  return $this->render_time;
}