Click or drag to resize

CefSharp.DevTools.Profiler Namespace

Version 102.0.100

[Missing <summary> documentation for "N:CefSharp.DevTools.Profiler"]

Classes
  ClassDescription
Public classConsoleProfileFinishedEventArgs
consoleProfileFinished
Public classConsoleProfileStartedEventArgs
Sent when new profile recording is started using console.profile() call.
Public classCoverageRange
Coverage data for a source range.
Public classFunctionCoverage
Coverage data for a JavaScript function.
Public classGetBestEffortCoverageResponse
GetBestEffortCoverageResponse
Public classPositionTickInfo
Specifies a number of samples attributed to a certain source position.
Public classPreciseCoverageDeltaUpdateEventArgs
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.
Public classProfile
Profile.
Public classProfileNode
Profile node. Holds callsite information, execution statistics and child nodes.
Public classProfilerClient
Profiler
Public classScriptCoverage
Coverage data for a JavaScript script.
Public classScriptTypeProfile
Type profile data collected during runtime for a JavaScript script.
Public classStartPreciseCoverageResponse
StartPreciseCoverageResponse
Public classStopResponse
StopResponse
Public classTakePreciseCoverageResponse
TakePreciseCoverageResponse
Public classTakeTypeProfileResponse
TakeTypeProfileResponse
Public classTypeObject
Describes a type collected during runtime.
Public classTypeProfileEntry
Source offset and types for a parameter or return value.