org.sonar.batch.profiling
Class ModuleProfiling
java.lang.Object
org.sonar.batch.profiling.AbstractTimeProfiling
org.sonar.batch.profiling.ModuleProfiling
public class ModuleProfiling
- extends AbstractTimeProfiling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleProfiling
public ModuleProfiling(@Nullable
Project module,
System2 system)
moduleName
public String moduleName()
getProfilingPerPhase
public PhaseProfiling getProfilingPerPhase(Phases.Phase phase)
getProfilingPerBatchStep
public ItemProfiling getProfilingPerBatchStep(String stepName)
addPhaseProfiling
public void addPhaseProfiling(Phases.Phase phase)
addBatchStepProfiling
public void addBatchStepProfiling(String stepName)
dump
public void dump()
merge
public void merge(ModuleProfiling other)
Copyright © 2009–2015 SonarSource. All rights reserved.