Home
last modified time | relevance | path

Searched defs:Throughput (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/MC/
DMCSchedule.cpp90 Optional<double> Throughput; in getReciprocalThroughput() local
136 Optional<double> Throughput; in getReciprocalThroughput() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp90 Optional<double> Throughput; in getReciprocalThroughput() local
136 Optional<double> Throughput; in getReciprocalThroughput() local
/external/rust/crates/criterion/benches/benchmarks/
Dcustom_measurement.rs15 fn format_throughput(&self, throughput: &Throughput, value: f64) -> String { in format_throughput()
38 throughput: &Throughput, in scale_throughputs()
/external/rust/crates/criterion/src/
Dmeasurement.rs31 fn format_throughput(&self, throughput: &Throughput, value: f64) -> String { in format_throughput()
55 throughput: &Throughput, in scale_throughputs()
152 throughput: &Throughput, in scale_throughputs()
Dbenchmark.rs567 throughput: Option<Throughput>, in execute_benchmark()
Dlib.rs1339 pub enum Throughput { enum
Dreport.rs113 throughput: Option<Throughput>, in new()
/external/skqp/src/compute/hs/
DREADME.md22 ### Throughput subsection
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp99 double Throughput = static_cast<double>(ResourceCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
/external/llvm-project/llvm/lib/MCA/
DSupport.cpp99 double Throughput = static_cast<double>(ResourceCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
/external/libchrome/base/synchronization/
Dwaitable_event_perftest.cc153 TEST(WaitableEventPerfTest, Throughput) { in TEST() argument
/external/rust/crates/criterion/src/analysis/
Dmod.rs46 throughput: Option<Throughput>, in common()
/external/rust/crates/grpcio/src/
Dchannel.rs63 Throughput, enumerator