ATLAS Offline Software
Public Member Functions | List of all members
VTuneProfileRunner Class Reference

#include <VTuneProfileRunner.h>

Collaboration diagram for VTuneProfileRunner:

Public Member Functions

 VTuneProfileRunner ()
 Standard constructor uses the API to resume collection. More...
 
 ~VTuneProfileRunner ()
 Standard destructor uses the API to pause collection. More...
 

Detailed Description

Definition at line 14 of file VTuneProfileRunner.h.

Constructor & Destructor Documentation

◆ VTuneProfileRunner()

VTuneProfileRunner::VTuneProfileRunner ( )
inline

Standard constructor uses the API to resume collection.

Definition at line 19 of file VTuneProfileRunner.h.

19 { __itt_resume(); }

◆ ~VTuneProfileRunner()

VTuneProfileRunner::~VTuneProfileRunner ( )
inline

Standard destructor uses the API to pause collection.

Definition at line 21 of file VTuneProfileRunner.h.

21 { __itt_pause(); }

The documentation for this class was generated from the following file: