Searched refs:KernelCost (Results 1 – 1 of 1) sorted by relevance
194 [[maybe_unused]] CostType KernelCost = 0; in calculateFunctionCosts() local223 KernelCost += FnCost; in calculateFunctionCosts()231 const CostType FnCost = ModuleCost - KernelCost; in calculateFunctionCosts()233 << "" << KernelCost << " (" in calculateFunctionCosts()234 << format("%0.2f", (float(KernelCost) / ModuleCost) * 100) in calculateFunctionCosts()