TimeRange

class TimeRange

A structure that defines the time range that you want to retrieve results from.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val after: Long

The beginning of the time range to retrieve performance events from.

Link copied to clipboard

The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.

Functions

Link copied to clipboard
inline fun copy(block: TimeRange.Builder.() -> Unit = {}): TimeRange
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String