Package com.castlabs.sdk.debug
Class RateLimitTracer.Trace
java.lang.Object
com.castlabs.sdk.debug.RateLimitTracer.Trace
- Enclosing class:
RateLimitTracer
A single download trace with a start and end time. Note that the end time is exclusive.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The bitrate of the trace in BPSfinal long
The end time of the tracefinal long
The start time of the trace -
Method Summary
-
Field Details
-
startTimeMs
public final long startTimeMsThe start time of the trace -
endTimeMs
public final long endTimeMsThe end time of the trace -
bitrate
public final long bitrateThe bitrate of the trace in BPS
-