rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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 108 of file perf_trace.h.

Constructor & Destructor Documentation

◆ ScopePerf() [1/2]

ScopePerf::ScopePerf ( PE  event)
inline

Definition at line 111 of file perf_trace.h.

111 : m_event(event) {
112 perfEventBegin(event);
113 }
const PE m_event
Definition perf_trace.h:121
void perfEventBegin(PE event)
Here is the call graph for this function:

◆ ~ScopePerf()

ScopePerf::~ScopePerf ( )
inline

Definition at line 115 of file perf_trace.h.

116 {
118 }
void perfEventEnd(PE event)
Here is the call graph for this function:

◆ ScopePerf() [2/2]

ScopePerf::ScopePerf ( PE  )
inline

Definition at line 127 of file perf_trace.h.

127{}

Field Documentation

◆ m_event

const PE ScopePerf::m_event
private

Definition at line 121 of file perf_trace.h.

Referenced by ~ScopePerf().


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