Uses of Class
org.eclipse.wst.validation.PerformanceCounters

Packages that use PerformanceCounters
org.eclipse.wst.validation A framework for calling validators that are build based. 
 

Uses of PerformanceCounters in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return types with arguments of type PerformanceCounters
 java.util.List<PerformanceCounters> IPerformanceMonitor.getPerformanceCounters(boolean asSummary)
          Answer the performance counters that have been collected so far.
 

Methods in org.eclipse.wst.validation with parameters of type PerformanceCounters
 void IPerformanceMonitor.add(PerformanceCounters counters)
          Add this performance counter to the monitor.