Timer based function block profile. More...
#include <profile_highlevel.h>
Public Member Functions | |
| Block (const char *name) | |
| Instructs high level profiler to start a new timer based function block (or update if it already exists) | |
| ~Block () | |
| Updates timer based function block. | |
Timer based function block profile.
Definition at line 148 of file profile_highlevel.h.
|
explicit |
Instructs high level profiler to start a new timer based function block (or update if it already exists)
| name | name of function block |
Definition at line 87 of file profile_highlevel.cpp.
| ProfileHighLevel::Block::~Block | ( | ) |
Updates timer based function block.
Definition at line 102 of file profile_highlevel.cpp.