Searched refs:ModuleCostOr1 (Results 1 – 1 of 1) sorted by relevance
259 CostType ModuleCostOr1 = ModuleCost ? ModuleCost : 1; in calculateFunctionCosts() local262 << format("%0.2f", (float(KernelCost) / ModuleCostOr1) * 100) << "%)\n" in calculateFunctionCosts()264 << format("%0.2f", (float(FnCost) / ModuleCostOr1) * 100) << "%)\n"; in calculateFunctionCosts()