rusEFI
The most advanced open source ECU
Public Member Functions | Private Attributes
ScopePerf Struct Reference

#include <perf_trace.h>

Collaboration diagram for ScopePerf:
Collaboration graph
[legend]

Public Member Functions

 ScopePerf (PE event)
 
 ~ScopePerf ()
 
 ScopePerf (PE)
 

Private Attributes

const PE m_event
 

Detailed Description

Definition at line 92 of file perf_trace.h.

Constructor & Destructor Documentation

◆ ScopePerf() [1/2]

ScopePerf::ScopePerf ( PE  event)
inline

Definition at line 95 of file perf_trace.h.

95  : m_event(event) {
96  perfEventBegin(event);
97  }
const PE m_event
Definition: perf_trace.h:105
void perfEventBegin(PE event)
Definition: perf_trace.cpp:107
Here is the call graph for this function:

◆ ~ScopePerf()

ScopePerf::~ScopePerf ( )
inline

Definition at line 99 of file perf_trace.h.

100  {
102  }
void perfEventEnd(PE event)
Definition: perf_trace.cpp:111
Here is the call graph for this function:

◆ ScopePerf() [2/2]

ScopePerf::ScopePerf ( PE  )
inline

Definition at line 111 of file perf_trace.h.

111 {}

Field Documentation

◆ m_event

const PE ScopePerf::m_event
private

Definition at line 105 of file perf_trace.h.

Referenced by ~ScopePerf().


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