Lines Matching defs:Latency
179 << B.CodeSize << ", Latency = " << B.Latency
214 Cost Latency = Weight *
218 << ", Latency = " << Latency << "} for user "
221 Bonus B(CodeSize, Latency);
886 << B.CodeSize << ", Latency = " << B.Latency
903 if (B.Latency < MinLatencySavings * FuncSize / 100)
916 Score += std::max(B.CodeSize, B.Latency);