object TraceEvent
This companion object of the sealed TraceEvent trait provides implementations
for the trait. They can be used for tracing different kinds of events.
- Companion:
- class
Type members
Classlikes
A TraceEvent that marks the start of a trace.
A TraceEvent that marks the start of a trace.
A TraceEvent that records a GUI event.
A TraceEvent that records a GUI event.
- Type parameters:
- Info
the type of the additional information, such as
Pos,Key, orMouseMoved
- Value parameters:
- info
additional information about the event
- name
a short description of the GUI event, such as
"click","key-down", or"mouse-move"
A TraceEvent that records a clock tick.
A TraceEvent that records a clock tick.
- Value parameters:
- time
the number of the tick, if available
- Companion:
- object
