Home
last modified time | relevance | path

Searched refs:headInstructions (Results 1 – 1 of 1) sorted by relevance

/php-src/benchmark/
H A Dgenerate_diff.php33 $headInstructions = $headSummary[$name]['instructions'];
36 . formatInstructions($headInstructions) . " | "
37 . formatDiff($baseInstructions, $headInstructions) . " |\n";
55 function formatDiff(?int $baseInstructions, int $headInstructions): string { argument
59 $instructionDiff = $headInstructions - $baseInstructions;

Completed in 4 milliseconds