Discover Packages
Standard library
cmd
go
internal
trace
package
standard library
Version:
go1.23rc1
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Flow marks a flow indicating that the 'to' span depends on the 'from' span.
Flow should be called while the 'to' span is in progress.
Start starts a trace which writes to the given file.
StartGoroutine associates the context with a new Thread ID. The Chrome trace viewer associates each
trace event with a thread, and doesn't expect events with the same thread id to happen at the
same time.
StartSpan starts a trace event with the given name. The Span ends when its Done method is called.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.