You are here

public function RemovePriorityQueue::removeFastPriorityQueue in Zircon Profile 8

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

@iterations 1000

File

vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php, line 41

Class

RemovePriorityQueue

Namespace

ZendBench\Stdlib

Code

public function removeFastPriorityQueue() {
  $this->fastPriorityQueue
    ->remove('foo');
}