CefSharp.DevTools.Profiler Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Profiler"]
Class | Description | |
---|---|---|
ConsoleProfileFinishedEventArgs |
consoleProfileFinished
| |
ConsoleProfileStartedEventArgs |
Sent when new profile recording is started using console.profile() call.
| |
CoverageRange |
Coverage data for a source range.
| |
FunctionCoverage |
Coverage data for a JavaScript function.
| |
GetBestEffortCoverageResponse |
GetBestEffortCoverageResponse
| |
PositionTickInfo |
Specifies a number of samples attributed to a certain source position.
| |
PreciseCoverageDeltaUpdateEventArgs |
Reports coverage delta since the last poll (either from an event like this, or from
`takePreciseCoverage` for the current isolate. May only be sent if precise code
coverage has been started. This event can be trigged by the embedder to, for example,
trigger collection of coverage data immediately at a certain point in time.
| |
Profile |
Profile.
| |
ProfileNode |
Profile node. Holds callsite information, execution statistics and child nodes.
| |
ProfilerClient |
Profiler
| |
ScriptCoverage |
Coverage data for a JavaScript script.
| |
StartPreciseCoverageResponse |
StartPreciseCoverageResponse
| |
StopResponse |
StopResponse
| |
TakePreciseCoverageResponse |
TakePreciseCoverageResponse
|