Searched refs:headInstructions (Results 1 – 1 of 1) sorted by relevance
33 $headInstructions = $headSummary[$name]['instructions'];36 . formatInstructions($headInstructions) . " | "37 . formatDiff($baseInstructions, $headInstructions) . " |\n";55 function formatDiff(?int $baseInstructions, int $headInstructions): string { argument59 $instructionDiff = $headInstructions - $baseInstructions;
Completed in 7 milliseconds