This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[Profiling] debug_blockProfile
Turns on block profiling for the given duration and writes profile data to disk. It uses a profile rate of 1 for most accurate information. If a different rate is desired, set the rate and write the profile manually using debug_writeBlockProfile.
JSONRPC: debug_blockProfile
Request
- application/json
Body
Array [
]
params
undefined[]
File File (string)
The filename for the profiling output.
Seconds Seconds (integer)
The profiling duration in seconds.