Searched refs:KernelCost (Results 1 – 1 of 1) sorted by relevance
227 CostType KernelCost = 0; in calculateFunctionCosts() local255 KernelCost += FnCost; in calculateFunctionCosts()258 CostType FnCost = (ModuleCost - KernelCost); in calculateFunctionCosts()261 << " => KernelCost: " << KernelCost << " (" in calculateFunctionCosts()262 << format("%0.2f", (float(KernelCost) / ModuleCostOr1) * 100) << "%)\n" in calculateFunctionCosts()