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()
File
- src/
MarkdownBenchmarkAverages.php, line 288
Class
- MarkdownBenchmarkAverages
- Class MarkdownBenchmarkAverages.
Namespace
Drupal\markdownCode
public function getIterationCount() {
return $this->iterationCount;
}