Searched refs:ExecutionCost (Results 1 – 1 of 1) sorted by relevance
381 new ExecutionCost('parse', all, each => each.parseDuration);386 new ExecutionCost('preparse', all, each => each.preparseDuration);391 new ExecutionCost('resolution', all, each => each.resolutionDuration);586 class ExecutionCost { class