package
0.16.2
Repository: https://github.com/qaseleniumtesting01/godep1.git
Documentation: pkg.go.dev

# Functions

NewProfiler creates an instance of the profiler with the given port.
StartCPUProfile enables CPU profiling for the current process.
StopCPUProfile stops the current CPU profile, if any, and closes the file.
WriteHeapFile writes heap memory to the file.

# Constants

CPUFilename is a filename in which the CPU profiling is stored.
MemFilename is a filename in which the memory profiling is stored.

# Structs

Profiler runs and controls a HTTP pprof interface.