Discover Packages
github.com/wundergraph/cosmo/router
pkg
profile
package
Version:
v0.0.0-...-693f2a7
Opens a new window with list of versions in this module.
Published: Nov 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Profiler interface {
Finish()
}
Start starts profiling and returns a Profiler that must be finished with
Finish() (usually via defer) to write the profiles. If both paths are empty,
Start() and Finish() are no-ops.
type Server interface {
Listen()
Close()
}
NewServer creates a new pprof server
Source Files
¶
Click to show internal directories.
Click to hide internal directories.