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