# README
系统优化(pprof)
如何引用
- 代码
import (
_ "github.com/GuoxinL/gcomponent/components/optimize-pprof"
)
- 配置文件(application.yaml)
components:
optimize:
pprof:
# 端口号
port: 19190
# 是否开启
enable: true
如何使用
性能观察、调优
# Functions
No description provided by the author
# Structs
No description provided by the author