org.sonar.batch.profiling
Class PhaseProfiling
java.lang.Object
org.sonar.batch.profiling.AbstractTimeProfiling
org.sonar.batch.profiling.PhaseProfiling
public class PhaseProfiling
- extends AbstractTimeProfiling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static PhaseProfiling create(System2 system,
Phases.Phase phase)
phase
public Phases.Phase phase()
hasItems
public boolean hasItems()
getProfilingPerItem
public ItemProfiling getProfilingPerItem(Object item)
newItemProfiling
public void newItemProfiling(Object item)
newItemProfiling
public void newItemProfiling(String itemName)
merge
public void merge(PhaseProfiling other)
dump
public void dump()
Copyright © 2009–2015 SonarSource. All rights reserved.