Searched defs:BenchmarkResult (Results 1 – 2 of 2) sorted by relevance
29 public class BenchmarkResult implements Parcelable { class70 public BenchmarkResult(float totalTimeSec, int iterations, float timeVarianceSec, in BenchmarkResult() method in BenchmarkResult108 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult116 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
38 BenchmarkResult = collections.namedtuple( variable