Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AppTopicTraceEvent represents event topic for Trace events
AppTopicTraceEvent = "Trace"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
Tracer represents tracer which records stages durations. It can be used to record stages times for tracing how long it took time.
func (*Tracer) StartStage ¶
StartStage starts tracing stage for given key.
Click to show internal directories.
Click to hide internal directories.