summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike-holmes <mike.holmes@linaro.org>2013-09-28 17:55:19 -0400
committermike-holmes <mike.holmes@linaro.org>2013-09-28 17:55:19 -0400
commitc2eb0c3d7ce1857ab0815106be68ed3727849d0d (patch)
tree0fcc9884bbbd6635d70e3fef96b19e4309c923a9
parent8967e576e383ef5e0f1db57510afdbf8d25d4657 (diff)
key results for parse
-rw-r--r--latency.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/latency.c b/latency.c
index e874147..da861e6 100644
--- a/latency.c
+++ b/latency.c
@@ -383,11 +383,11 @@ int main(int argc, char* argv[])
munlockall();
- cout << "outofrange=" << hot.outofrange << endl;
- cout << "deadline missed=" << hot.deadline_missed << endl;
- cout << "minrange=" << hot.minrange << " = " << tous(hot.minrange,clockspersec) << "µs" << endl;
- cout << "maxrange=" << hot.maxrange << " = " << tous(hot.maxrange,clockspersec) << "µs" << endl;
- cout << "average=" << (runtime * clockspersec / loops) << " = " << tous(runtime * clockspersec / loops,clockspersec) << "µs" << endl;
+ cout << "test_result:outofrange=" << hot.outofrange << "units:none"<< endl;
+ cout << "test_result:deadline missed=" << hot.deadline_missed << endl;
+ cout << "test_result:minrange=" << hot.minrange << " = " << tous(hot.minrange,clockspersec) << "units:µs" << endl;
+ cout << "test_result:maxrange=" << hot.maxrange << " = " << tous(hot.maxrange,clockspersec) << "units:µs" << endl;
+ cout << "test_result:average=" << (runtime * clockspersec / loops) << " = " << tous(runtime * clockspersec / loops,clockspersec) << "units:µs" << endl;
if(statsfile.size()) {