Skip to content

Dalee/pprof-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pprof init

Simple library to automate pprof serving.

Example:

package main

import (
	_ "github.com/Dalee/pprof_init"
	"time"
)

func main() {
	time.Sleep(time.Second * 100)
}

Now you have a running pprof on :6060.

About

Simple library to automate pprof serving.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages