You are here

public function ExtractPriorityQueue::extractFastPriorityQueue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php \ZendBench\Stdlib\ExtractPriorityQueue::extractFastPriorityQueue()

@iterations 5000

File

vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php, line 52

Class

ExtractPriorityQueue

Namespace

ZendBench\Stdlib

Code

public function extractFastPriorityQueue() {
  $this->fastPriorityQueue
    ->extract();
}