ProfileConsumer cons1 = collector.getConsumer("c1");
final ProfileCounter counter =
cons1.createCounter("my counter",
ProfileDataType.TASK, ProfileLevel.MIN);
counter.incrementCount(55);
}
@Test
public void testAggregateProfileCounterNotInTaskReport() throws Exception {
final String name = "counter";