tidb dyn_pprof_other 源码

  • 2022-09-19
  • 浏览 (301)

tidb dyn_pprof_other 代码

文件路径:/br/pkg/utils/dyn_pprof_other.go

//go:build !linux && !darwin && !freebsd && !unix

// Copyright 2020 PingCAP, Inc. Licensed under Apache-2.0.

package utils

import tidbutils "github.com/pingcap/tidb/util"

// StartDynamicPProfListener starts the listener that will enable pprof when received `startPProfSignal`
func StartDynamicPProfListener(tls *tidbutils.TLS) {
	// nothing to do on no posix signal supporting systems.
}

相关信息

tidb 源码目录

相关文章

tidb backoff 源码

tidb db 源码

tidb dyn_pprof_unix 源码

tidb env 源码

tidb json 源码

tidb key 源码

tidb math 源码

tidb misc 源码

tidb permission 源码

tidb pprof 源码

0  赞