package
Version:
v1.6.2
Opens a new window with list of versions in this module.
Published: Feb 10, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
finish := Start()
span := NewSpan("short")
span.end = span.start.Add(time.Nanosecond * 12_300)
span = NewSpan("long")
span.end = span.start.Add(time.Microsecond * 23_400)
finish()
Output:
Traced 2 span(s):
short 12us
long 23ms
Source Files
¶
Click to show internal directories.
Click to hide internal directories.