public class ConcurrentProfileCollector extends Object implements IProfileCollector
BUFFER_SIZE| Constructor and Description |
|---|
ConcurrentProfileCollector(IProfileCollector inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(StepSingle step) |
void |
close(boolean ok) |
void |
pop(StepSingle step) |
void |
push(StepSingle step) |
public ConcurrentProfileCollector(IProfileCollector inner)
public void add(StepSingle step)
add in interface IProfileCollectorpublic void push(StepSingle step)
push in interface IProfileCollectorpublic void pop(StepSingle step)
pop in interface IProfileCollectorpublic void close(boolean ok)
close in interface IProfileCollectorCopyright © 2021. All rights reserved.