public function ExtractPriorityQueue::extractFastPriorityQueue in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
ZendBench\StdlibCode
public function extractFastPriorityQueue() {
$this->fastPriorityQueue
->extract();
}