HomeSort by: relevance | last modified time | path
    Searched refs:Measure (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 20 from perftest.measure import (
21 Measure,
34 measure. Sub-class can also override method warm_up optionally
38 def __init__(self, name, measure):
41 Construct an instance of TestCase with a name and a measure
42 which is to measure the test by several different measurements.
46 self.measure = measure
69 self.measure.report(reporter.TextReporter(append), self.name)
83 super(TestCaseWithBasicMeasurements, self).__init__(name, Measure(measurements)
    [all...]
measure.py 28 class Measure(object):
29 """A class that measure and collect the interesting data for a given testcase.
31 An instance of Measure has a collection of measurements, and each
32 of them is to measure a given aspect, such as time and memory.
36 """Constructor of measure.
43 def measure(self, func, id): member in class:Measure
44 """Measure the operations done by func with a collection of measurements."""
100 # measure a short duration. It includes time elapsed during sleep
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 20 from perftest.measure import (
21 Measure,
34 measure. Sub-class can also override method warm_up optionally
38 def __init__(self, name, measure):
41 Construct an instance of TestCase with a name and a measure
42 which is to measure the test by several different measurements.
46 self.measure = measure
69 self.measure.report(reporter.TextReporter(append), self.name)
83 super(TestCaseWithBasicMeasurements, self).__init__(name, Measure(measurements)
    [all...]
measure.py 28 class Measure(object):
29 """A class that measure and collect the interesting data for a given testcase.
31 An instance of Measure has a collection of measurements, and each
32 of them is to measure a given aspect, such as time and memory.
36 """Constructor of measure.
43 def measure(self, func, id): member in class:Measure
44 """Measure the operations done by func with a collection of measurements."""
100 # measure a short duration. It includes time elapsed during sleep
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp 268 assert(NumMeasurements == 1 && "Latency is a single measure.");
282 BenchmarkMeasure &Measure = std::get<0>(I);
294 Measure.PerInstructionValue =
299 Measure.PerInstructionValue = SCDesc->NumMicroOps;
308 assert(NumMeasurements == 1 && "Inverse Throughput is a single measure.");

Completed in 17 milliseconds