public class Profiler extends Object
| Constructor and Description |
|---|
Profiler(String name,
long granularity,
String unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSample(List<String> path,
long duration) |
static Profiler |
defaultInstance() |
Profile |
getRootProfile() |
void |
printSummary() |
Copyright © 2019. All rights reserved.