public interface Profiler
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ProfilerV3> |
fetch()
Report real-time profiling information for all nodes (sorted, aggregated stack traces).
|
@GET(value="/3/Profiler") retrofit2.Call<ProfilerV3> fetch()