Chrome Remote Interface v0.0.4 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
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started
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 -
Parameters:
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
Parameters:
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
Parameters: