OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Measure
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
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.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
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 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026