Pass this constant as a parameter of StartCPUProfiling to start CPU tracing.

CPU tracing records CPU times and method invocation counts. Overhead in general is bigger than of CPU_SAMPLING and depends on applied filters. For more detail on CPU profiling, please read the Help.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 4.0.9.426 (4.0.9.426)

Syntax

C#
public const long CPU_TRACING
Visual Basic (Declaration)
Public Const CPU_TRACING As Long
Visual C++
public:
literal long long CPU_TRACING

See Also