debug_cpuProfile
cpuProfile
方法在指定时间段内开启CPU性能检测并将检测结果写入磁盘文件。
调用方法
Geth控制台:
debug.cpuProfile(file, seconds)
JSON RPC:
{"method": "debug_cpuProfile", "params": [string, number]}
cpuProfile
方法在指定时间段内开启CPU性能检测并将检测结果写入磁盘文件。
Geth控制台:
debug.cpuProfile(file, seconds)
JSON RPC:
{"method": "debug_cpuProfile", "params": [string, number]}