poky/meta/lib/oeqa/buildperf
Markus Lehtonen 0b332039ea 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.

(From OE-Core rev: d5ad818dd501b18379aa3540bffa9b920d7c3bab)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-03 09:58:42 +01:00
..
__init__.py oeqa.buildperf: introduce runCmd2() 2016-08-17 10:35:44 +01:00
base.py oeqa.buildperf: don't use Gnu time 2016-09-03 09:58:42 +01:00
test_basic.py oeqa.buildperf: make tests independent 2016-09-03 09:58:41 +01:00