public interface IProfileCollector
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
void |
add(StepSingle step) |
void |
close(boolean ok) |
void |
pop(StepSingle step) |
void |
push(StepSingle step) |
static final int BUFFER_SIZE
void add(StepSingle step)
void push(StepSingle step)
void pop(StepSingle step)
void close(boolean ok)
Copyright © 2021. All rights reserved.