Share via


Support.StopTracing Method

Applies To: Windows 8.1

Finishes advanced ETW tracing using a Windows Performance Analyzer (WPA) profile.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Support
Dim profileFileName As String
Dim propertyName As String
Dim outputFileName As String

instance.StopTracing(profileFileName, propertyName, outputFileName)

Syntax

'Declaration
Public Sub StopTracing ( _
    profileFileName As String, _
    propertyName As String, _
    outputFileName As String _
)
public void StopTracing (
    string profileFileName,
    string propertyName,
    string outputFileName
)
public:
void StopTracing (
    String^ profileFileName, 
    String^ propertyName, 
    String^ outputFileName
)
public void StopTracing (
    String profileFileName, 
    String propertyName, 
    String outputFileName
)
public function StopTracing (
    profileFileName : String, 
    propertyName : String, 
    outputFileName : String
)

Parameters

  • profileFileName
    The name of the WPA file that contains the profile.
  • propertyName
    The name of the property.
  • outputFileName
    The name of the file that will be created containing the tracing session.

Remarks

This method does not trace data to the AXE ETW logging session. Instead, it finishes an advanced ETW tracing session using a profile from WPA.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Support Class
Support Members
Microsoft.Assessments.Runtime Namespace