浏览代码

chore: fix lint issue (#1694)

Kevin Wan 3 年之前
父节点
当前提交
fe262766b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/prof/runtime.go

+ 1 - 0
core/prof/runtime.go

@@ -11,6 +11,7 @@ const (
 	mega            = 1024 * 1024
 )
 
+// DisplayStats prints the goroutine, memory, GC stats with given interval, default to 5 seconds.
 func DisplayStats(interval ...time.Duration) {
 	duration := defaultInterval
 	for _, val := range interval {