preCICE v3.1.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
precice::profiling::ScopedEventPrefix Class Reference

Class that changes the prefix in its scope. More...

#include <Event.hpp>

Collaboration diagram for precice::profiling::ScopedEventPrefix:
[legend]

Public Member Functions

 ScopedEventPrefix (std::string_view name)
 
 ~ScopedEventPrefix ()
 
void pop ()
 

Private Attributes

std::string previousName = ""
 

Detailed Description

Class that changes the prefix in its scope.

Definition at line 104 of file Event.hpp.

Constructor & Destructor Documentation

◆ ScopedEventPrefix()

precice::profiling::ScopedEventPrefix::ScopedEventPrefix ( std::string_view name)

Definition at line 62 of file Event.cpp.

Here is the call graph for this function:

◆ ~ScopedEventPrefix()

precice::profiling::ScopedEventPrefix::~ScopedEventPrefix ( )

Definition at line 68 of file Event.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ pop()

void precice::profiling::ScopedEventPrefix::pop ( )

Definition at line 73 of file Event.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ previousName

std::string precice::profiling::ScopedEventPrefix::previousName = ""
private

Definition at line 113 of file Event.hpp.


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