Lines Matching full:throughput
92 std::optional<double> Throughput;
101 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp;
103 if (Throughput)
104 return 1.0 / *Throughput;
106 // If no throughput value was calculated, assume that we can execute at the
138 std::optional<double> Throughput;
145 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp;
147 if (Throughput)
148 return 1.0 / *Throughput;