Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / spec2k / emit_perf_log.sh
index d9f1bac..8b28d7b 100755 (executable)
@@ -19,7 +19,7 @@ LogRealTime() {
   # will know to average this list of times.
   local times="[$(awk '{print $3}' ${time_file} | \
                    tr '\n' ',' | sed 's/,$//')]"
-  LogPerf ${graph_label} ${bench} ${setup} "${times}" "secs"
+  LogPerf ${graph_label} ${bench} ${setup} "${times}" "seconds"
 }
 
 #@ LogGzippedSize <file_to_zip> <graph_label> <bench> <compiler_setup>