Chrome Remote Interface v0.1.0 ChromeRemoteInterface.RPC.Profiler View Source
Link to this section Summary
Functions
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection
Changes CPU profiler sampling interval. Must be called before CPU profiles recording started
Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters
Enable type profile
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code
Disable type profile. Disabling releases type profile data collected so far
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started
Collect type profile
Link to this section Functions
Parameters:
Parameters:
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
Parameters:
Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
Parameters:
interval -
Parameters:
Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
Parameters:
callCount -
Enable type profile.
Parameters:
Parameters:
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
Parameters:
Disable type profile. Disabling releases type profile data collected so far.
Parameters:
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
Parameters:
Collect type profile.
Parameters: