Discover Packages
github.com/octohelm/cuemod
internal
cmd
go
internals
trace
package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Aug 21, 2023
License: MIT
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.