Searched refs:opDiff (Results 1 – 2 of 2) sorted by relevance
1324 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime() local1327 return programOperationCostDiff / (float)opDiff; in computeSingleOperationTime()1335 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo() local1343 …m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more… in logSingleOperationCalculationInfo()1345 …f one operation is calculated as (cost_of_bigger_workload - cost_of_smaller_workload) / " << opDiff in logSingleOperationCalculationInfo()
1328 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime() local1331 return programOperationCostDiff / (float)opDiff; in computeSingleOperationTime()1339 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo() local1347 …m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more… in logSingleOperationCalculationInfo()1349 …f one operation is calculated as (cost_of_bigger_workload - cost_of_smaller_workload) / " << opDiff in logSingleOperationCalculationInfo()