# README
系统优化(pprof)
如何引用
- 代码
import (
_ "github.com/GuoxinL/gcomponent/components/optimize-pprof"
)
- 配置文件(application.yaml)
components:
optimize:
pprof:
# 端口号
port: 19190
# 是否开启
enable: true
import (
_ "github.com/GuoxinL/gcomponent/components/optimize-pprof"
)
components:
optimize:
pprof:
# 端口号
port: 19190
# 是否开启
enable: true