summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/ppracer/parse-results.php
blob: 00241a7bdf73b1be5bc50a38c13063a5206c560e (plain)
1
2
3
4
5
<?php

$BENCHMARK_RESULTS = substr($argv[1], strrpos($argv[1], "Average FPS:") + 13);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "\n")));
?>