true if CPU tracing is on.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic bool tracing { get; set; }
Public Property tracing As Boolean
Get
Set
public:
property bool tracing {
bool get ();
void set (bool value);
}
member tracing : bool with get, set
Property Value
Type:
Boolean
See Also