]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: don't use Gnu time
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 29 Aug 2016 19:48:26 +0000 (22:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 08:58:30 +0000 (09:58 +0100)
commitd5ad818dd501b18379aa3540bffa9b920d7c3bab
tree631fe50534bd9b71d17986ec5b69646c82b64447
parent8997556040b2e7bfcfa6a75d4d97eb2e32207217
oeqa.buildperf: don't use Gnu time

Use Python standard library functionality instead of the time utility
for measuring elapsed (wall clock) time of commands. The time.* log
files are also ditched. However, the same detailed resource usage data,
previously found in time.* logs is now provided in results.json file.
This data is collected through the resource module of Python.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/buildperf/base.py