Click or drag to resize

BufferUsageEventArgs.PercentFull Property

Version 92.0.260
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.

Namespace:  CefSharp.DevTools.Tracing
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public double? PercentFull { get; }

Property Value

Type: Nullable<Double>
See Also