#include <chrono>
#include <iomanip>
#include <iostream>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
◆ OPENNN_PROFILE_CAT
| #define OPENNN_PROFILE_CAT |
( |
| a, |
|
|
| b ) |
Value:
#define OPENNN_PROFILE_CAT_INNER(a, b)
Definition profiler.h:104
◆ OPENNN_PROFILE_CAT_INNER
| #define OPENNN_PROFILE_CAT_INNER |
( |
| a, |
|
|
| b ) |
◆ PROFILE_SCOPE
| #define PROFILE_SCOPE |
( |
| name | ) |
|
Value:
#define PROFILE_SCOPE_IMPL(name, sync)
Definition profiler.h:109
◆ PROFILE_SCOPE_HOST
| #define PROFILE_SCOPE_HOST |
( |
| name | ) |
|
◆ PROFILE_SCOPE_IMPL
| #define PROFILE_SCOPE_IMPL |
( |
| name, |
|
|
| sync ) |
Value:
::opennn::enabled() ? string(name) : string{}, sync)
#define OPENNN_PROFILE_CAT(a, b)
Definition profiler.h:105