You are here

public function MarkdownBenchmark::getEnd in Markdown 3.0.x

Retrieves the benchmark end time.

Return value

\DateTime The benchmark end time.

File

src/MarkdownBenchmark.php, line 189

Class

MarkdownBenchmark
Class MarkdownBenchmark.

Namespace

Drupal\markdown

Code

public function getEnd() {
  return $this->end;
}