struct TestCaseResults
Defined at line 40 of file ../../zircon/system/ulib/perftest/include/perftest/results.h
This represents the results for a particular test case. It contains a
sequence of values, which are typically the times taken by each run of
the test case, in order.
Public Members
String test_suite
String label
String unit
Vector values
Public Methods
void TestCaseResults (const fbl::String & test_suite, const fbl::String & label, const fbl::String & unit)
Defined at line 41 of file ../../zircon/system/ulib/perftest/include/perftest/results.h
void AppendValue (double value)
Defined at line 44 of file ../../zircon/system/ulib/perftest/include/perftest/results.h
void WriteJSON (FILE * out_file)
A caller may check for errors using ferror().
Defined at line 118 of file ../../zircon/system/ulib/perftest/results.cc
SummaryStatistics GetSummaryStatistics ()
Defined at line 73 of file ../../zircon/system/ulib/perftest/results.cc