public interface Profiler
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ProfilerV3> |
fetch(int depth) |
retrofit2.Call<ProfilerV3> |
fetch(int depth,
java.lang.String _exclude_fields)
Report real-time profiling information for all nodes (sorted, aggregated stack traces).
|
@GET(value="/3/Profiler") retrofit2.Call<ProfilerV3> fetch(@Field(value="depth") int depth, @Field(value="_exclude_fields") java.lang.String _exclude_fields)
depth - Stack trace depth_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@GET(value="/3/Profiler") retrofit2.Call<ProfilerV3> fetch(@Field(value="depth") int depth)