Documentation ¶
Overview ¶
tracer has events by task then time rather than time or thread
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TracerFactory parl.TracerFactory = &tracerFactory{}
Functions ¶
func NewTracerNil ¶
func NewTracerRecord ¶ added in v0.4.6
func NewTracerRecord(text string) (record parl.TracerRecord)
Types ¶
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
func (*Tracer) AssignTaskToThread ¶ added in v0.4.6
func (*Tracer) RecordTaskEvent ¶ added in v0.4.6
func (*Tracer) Records ¶
func (tr *Tracer) Records(clear bool) (records map[parl.TracerTaskID][]parl.TracerRecord)
Click to show internal directories.
Click to hide internal directories.