toggle menu
workflow
jvm
switch theme
search in API
trace-encoder
/
com.squareup.tracing
/
TraceEvent
/
Instant
Instant
data
class
Instant
(
val
name
:
String
,
val
args
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
val
scope
:
TraceEvent.Instant.InstantScope
=
THREAD
,
val
category
:
String
?
=
null
)
:
TraceEvent
(
source
)
Members
Constructors
Instant
Link copied to clipboard
constructor
(
name
:
String
,
args
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
scope
:
TraceEvent.Instant.InstantScope
=
THREAD
,
category
:
String
?
=
null
)
Types
Instant
Scope
Link copied to clipboard
enum
InstantScope
:
Enum
<
TraceEvent.Instant.InstantScope
>
Properties
args
Link copied to clipboard
val
args
:
Map
<
String
,
Any
?
>
category
Link copied to clipboard
open
override
val
category
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
scope
Link copied to clipboard
val
scope
:
TraceEvent.Instant.InstantScope