TRACING_SESSION_STATISTICS structure

The C++ Build Insights SDK is compatible with Visual Studio 2017 and later. To see the documentation for these versions, set the Visual Studio Version selector control for this article to Visual Studio 2017 or later. It's found at the top of the table of contents on this page.

The TRACING_SESSION_STATISTICS structure describes statistics on a trace that was collected. Its fields are set when stopping a tracing session.

Syntax

typedef struct TRACING_SESSION_STATISTICS_TAG
{
    unsigned long MSVCEventsLost;
    unsigned long MSVCBuffersLost;
    unsigned long SystemEventsLost;
    unsigned long SystemBuffersLost;

} TRACING_SESSION_STATISTICS;

Members

Name Description
MSVCEventsLost The number of MSVC events that were dropped.
MSVCBuffersLost The number of MSVC event buffers that were dropped.
SystemEventsLost The number of system events that were dropped.
SystemBuffersLost The number of system event buffers that were dropped.

Remarks

This structure is populated when calling the following functions: