org.sonar.batch.profiling
Class ItemProfiling

java.lang.Object
  extended by org.sonar.batch.profiling.AbstractTimeProfiling
      extended by org.sonar.batch.profiling.ItemProfiling

public class ItemProfiling
extends AbstractTimeProfiling


Constructor Summary
ItemProfiling(System2 system, String itemName)
           
 
Method Summary
 String itemName()
           
 
Methods inherited from class org.sonar.batch.profiling.AbstractTimeProfiling
add, println, println, println, setTotalTime, startTime, stop, system, totalTime, totalTimeAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemProfiling

public ItemProfiling(System2 system,
                     String itemName)
Method Detail

itemName

public String itemName()


Copyright © 2009–2015 SonarSource. All rights reserved.