Uses of Class
spec.reporter.BenchmarkRecord

Packages that use BenchmarkRecord
spec.reporter A reporter for SPECjvm2008 that produces html and text reports from the raw xml files the harness produces. 
 

Uses of BenchmarkRecord in spec.reporter
 

Methods in spec.reporter with parameters of type BenchmarkRecord
static void Utils.createBmResultGraph(BenchmarkRecord record)
           
abstract  void Writer.handleBenchmarkRecord(BenchmarkRecord record)
           
 void PlainWriter.handleBenchmarkRecord(BenchmarkRecord record)
           
 void HTMLWriter.handleBenchmarkRecord(BenchmarkRecord record)