summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/memory-bandwidth/parse-results.php
blob: a12beefc1afe58c17f191c0562c0b24fd25bdfe9 (plain)
1
2
3
4
5
6
<?php
$arg = trim($argv[1]);
$arg = substr($arg, 0, strrpos($arg, ' '));
echo substr($arg, strrpos($arg, ' '));

?>