Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.48 KB

File metadata and controls

51 lines (34 loc) · 1.48 KB
title description ms.date helpviewer_keywords
Module class
The C++ Build Insights SDK Module class reference.
06/08/2021
C++ Build Insights
C++ Build Insights SDK
Module
throughput analysis
build time analysis
vcperf.exe

Module class

::: moniker range="<=msvc-140"

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.

::: moniker-end ::: moniker range=">=msvc-150"

The Module class is used with the MatchEvent, MatchEventInMemberFunction, MatchEventStack, and MatchEventStackInMemberFunction functions. Use it to match a MODULE event.

Syntax

class Module : public TranslationUnitType
{
public:
    Module(const RawEvent& event);
};

Members

Along with the inherited members from its TranslationUnitType base class, the Module class contains the following members:

Constructors

Module

Functions

None

Module

Module(const RawEvent& event);

Parameters

event
A MODULE event.

::: moniker-end