public function RemovePriorityQueue::removePriorityQueue in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php \ZendBench\Stdlib\RemovePriorityQueue::removePriorityQueue()
@iterations 1000
File
- vendor/
zendframework/ zend-stdlib/ benchmark/ RemovePriorityQueue.php, line 33
Class
Namespace
ZendBench\StdlibCode
public function removePriorityQueue() {
$this->priorityQueue
->remove('foo');
}