Re: [yocto] [PATCHv2][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-09 Thread Richard Purdie
On Wed, 2019-01-09 at 12:00 -0600, Anibal Limon wrote: > > > On Tue, 8 Jan 2019 at 14:00, > wrote: > > On Mon, 2019-01-07 at 15:18 -0600, Aníbal Limón wrote: > > > In stdout reported as, > > > > > > ... > > > BEGIN: ptest-dir > > > ... > > > DURATION: N > > > END: ptest-dir > > > ... > > > >

Re: [yocto] [PATCHv2][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-09 Thread Anibal Limon
On Tue, 8 Jan 2019 at 14:00, wrote: > On Mon, 2019-01-07 at 15:18 -0600, Aníbal Limón wrote: > > In stdout reported as, > > > > ... > > BEGIN: ptest-dir > > ... > > DURATION: N > > END: ptest-dir > > ... > > > > In XML reported as, > > > > ... > > > > N > > > > ... > > > > Signed-off-by:

Re: [yocto] [PATCHv2][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-08 Thread richard . purdie
On Mon, 2019-01-07 at 15:18 -0600, Aníbal Limón wrote: > In stdout reported as, > > ... > BEGIN: ptest-dir > ... > DURATION: N > END: ptest-dir > ... > > In XML reported as, > > ... > > N > > ... > > Signed-off-by: Aníbal Limón > --- > tests/data/reference.xml | 2 ++ >

[yocto] [PATCHv2][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-07 Thread Aníbal Limón
In stdout reported as, ... BEGIN: ptest-dir ... DURATION: N END: ptest-dir ... In XML reported as, ... N ... Signed-off-by: Aníbal Limón --- tests/data/reference.xml | 2 ++ tests/utils.c| 20 utils.c | 19 ---