Home
last modified time | relevance | path

Searched refs:Throughput (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSchedule.cpp91 Optional<double> Throughput; in getReciprocalThroughput() local
100 Throughput = Throughput ? std::min(Throughput.getValue(), Temp) : Temp; in getReciprocalThroughput()
102 if (Throughput.hasValue()) in getReciprocalThroughput()
103 return 1.0 / Throughput.getValue(); in getReciprocalThroughput()
137 Optional<double> Throughput; in getReciprocalThroughput() local
144 Throughput = Throughput ? std::min(Throughput.getValue(), Temp) : Temp; in getReciprocalThroughput()
146 if (Throughput.hasValue()) in getReciprocalThroughput()
147 return 1.0 / Throughput.getValue(); in getReciprocalThroughput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSupport.cpp69 double Throughput = static_cast<double>(ResourceCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
70 Max = std::max(Max, Throughput); in computeBlockRThroughput()
/external/bcc/examples/networking/neighbor_sharing/
DREADME.txt42 Size Size Size Time Throughput
51 Size Size Size Time Throughput
/external/libcups/filter/
Draster-driver.shtml111 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 10
124 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 19
131 <a href='ref-ppdcfile.html#Throughput'>Throughput</a> 25
/external/iptables/extensions/
Dlibxt_tos.t3 -m tos --tos Maximize-Throughput;-m tos --tos 0x08/0x3f;OK
Dlibxt_TOS.t9 -j TOS --set-tos Maximize-Throughput;-j TOS --set-tos 0x08;OK
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt28 echo "Throughput has fallen below threshhold."
/external/autotest/client/tests/unixbench5/
Dcontrol13 - Execl Throughput - measure the number of execl calls per second.
/external/autotest/client/tests/unixbench/
Dcontrol14 - Execl Throughput - measure the number of execl calls per second.
/external/libchrome/base/synchronization/
Dwaitable_event_perftest.cc153 TEST(WaitableEventPerfTest, Throughput) { in TEST() argument
/external/wpa_supplicant_8/hostapd/
Dandroid.config137 # IEEE 802.11n (High Throughput) support
140 # IEEE 802.11ac (Very High Throughput) support
Ddefconfig150 # IEEE 802.11n (High Throughput) support
157 # IEEE 802.11ac (Very High Throughput) support
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java55 @BenchmarkMode(Mode.Throughput)
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto41 // Throughput (in MB/s)
/external/libcups/cups/
Dtest2.ppd39 *Throughput: "1"
Dtest.ppd39 *Throughput: "1"
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/
DGenericPostScript.ppd.gz
/external/skqp/src/compute/hs/
DREADME.md22 ### Throughput subsection
/external/skia/src/compute/hs/
DREADME.md22 ### Throughput subsection
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config442 # IEEE 802.11n (High Throughput) support (mainly for AP mode)
445 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
Ddefconfig465 # IEEE 802.11n (High Throughput) support (mainly for AP mode)
468 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt203 S - Flash Throughput, 94000 KB/s (2959024 Bytes, 31250 us)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst291 Throughput).