Commit 63c2f263 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a4cfd3bb
This diff is collapsed.
...@@ -17,15 +17,18 @@ ...@@ -17,15 +17,18 @@
// See COPYING file for full licensing terms. // See COPYING file for full licensing terms.
// See https://www.nexedi.com/licensing for rationale and options. // See https://www.nexedi.com/licensing for rationale and options.
// Package tracing provides runtime and usage support for Go tracing facilities /*
// TODO describe how to define tracepoints Package tracing provides runtime and usage support for Go tracing facilities
// TODO doc:
// - tracepoints TODO describe how to define tracepoints
// - probes TODO doc:
// - probes can be attached/detached to/from tracepoints - tracepoints
// - probes
// TODO document //trace:event & //trace:import - probes can be attached/detached to/from tracepoints
// TODO document `gotrace gen` + `gotrace list`
TODO document //trace:event & //trace:import
TODO document `gotrace gen` + `gotrace list`
*/
package tracing package tracing
import ( import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment