function 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;
}