This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add support for multiple data points to perf tests


Doug Evans <xdje42@gmail.com> writes:

> This patch does two things.
> 1) Add support for multiple data points.
> 2) Move the "report" output from perftest.log to perftest.sum.
>

What does perftest.sum look like if we write test results by a different
reporter? say xml reporter or jason reporter?

> I want to record the raw data somewhere, and a bit of statistical analysis
> (standard deviation left for another day), but I also don't want
> it to clutter up the basic report.
> This patch takes a cue from gdb.{sum,log} and does the same thing
> with perftest.{sum,log}.

I'd like pertest framework only writes raw data down in some formats
(such as text, xml or jason) without any analysis.  Statistical analysis
can be performed in a post-mortem way by other scripts.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]