Searched refs:numFunctionCalls (Results 1 – 2 of 2) sorted by relevance
1841 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in computeSingleOperationTime() local1844 return programOperationCostDiff / (float)numFunctionCalls; in computeSingleOperationTime()1849 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in logSingleOperationCalculationInfo() local1852 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()1854 …ost_of_workload_with_calls - cost_of_workload_without_calls) / " << numFunctionCalls << TestLog::E… in logSingleOperationCalculationInfo()
1833 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in computeSingleOperationTime() local1836 return programOperationCostDiff / (float)numFunctionCalls; in computeSingleOperationTime()1841 const int numFunctionCalls = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS; in logSingleOperationCalculationInfo() local1844 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()1846 …ost_of_workload_with_calls - cost_of_workload_without_calls) / " << numFunctionCalls << TestLog::E… in logSingleOperationCalculationInfo()