kradio4  r778
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
Profiler::profile_data Struct Reference

#include <debug-profiler.h>

Public Member Functions

 profile_data (long long start=0)

Public Attributes

long long startCounter
long long accumulatedCounter
long long callCounter
long long minCounter
long long maxCounter

Detailed Description

Definition at line 64 of file debug-profiler.h.

Constructor & Destructor Documentation

Profiler::profile_data::profile_data ( long long  start = 0)
inline

Definition at line 66 of file debug-profiler.h.

Member Data Documentation

long long Profiler::profile_data::accumulatedCounter

Definition at line 70 of file debug-profiler.h.

long long Profiler::profile_data::callCounter

Definition at line 71 of file debug-profiler.h.

long long Profiler::profile_data::maxCounter

Definition at line 73 of file debug-profiler.h.

long long Profiler::profile_data::minCounter

Definition at line 72 of file debug-profiler.h.

long long Profiler::profile_data::startCounter

Definition at line 69 of file debug-profiler.h.


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