You are here

public function MarkdownBenchmarkAverages::getIterationCount in Markdown 3.0.x

Retrieves the number of times the benchmarks were iterated over.

Return value

int The iteration count.

1 call to MarkdownBenchmarkAverages::getIterationCount()
MarkdownBenchmarkAverages::build in src/MarkdownBenchmarkAverages.php

File

src/MarkdownBenchmarkAverages.php, line 288

Class

MarkdownBenchmarkAverages
Class MarkdownBenchmarkAverages.

Namespace

Drupal\markdown

Code

public function getIterationCount() {
  return $this->iterationCount;
}