You are here

public function MarkdownBenchmark::getStart in Markdown 3.0.x

Retrieves the benchmark start time.

Return value

\DateTime The benchmark start time.

File

src/MarkdownBenchmark.php, line 229

Class

MarkdownBenchmark
Class MarkdownBenchmark.

Namespace

Drupal\markdown

Code

public function getStart() {
  return $this->start;
}