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

Please find comparison of CPU sampling and CPU tracing in the Help: http://www.yourkit.com/docs/net45/help/cpu_intro.jsp

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

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