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

$BENCHMARK_RESULTS = substr($argv[1], strrpos($argv[1], "Encoding Time:") + 14);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "Seconds")));
?>