debug_startCPUProfile
debug的startCPUProfile
方法启用CPU性能检测并将检测结果写入指定文件。
调用方法
Geth控制台:
debug.startCPUProfile(file)
JSON RPC:
{"method": "debug_startCPUProfile", "params": [string]}
debug的startCPUProfile
方法启用CPU性能检测并将检测结果写入指定文件。
Geth控制台:
debug.startCPUProfile(file)
JSON RPC:
{"method": "debug_startCPUProfile", "params": [string]}