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