CoreNEURON
|
#include <initializer_list>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | coreneuron::detail::Instrumentor< TProfilerImpl > |
Instrumentation infrastructure for benchmarking and profiling. More... | |
struct | coreneuron::detail::NullInstrumentor |
struct | coreneuron::Instrumentor::phase |
Namespaces | |
coreneuron | |
THIS FILE IS AUTO GENERATED DONT MODIFY IT. | |
coreneuron::detail | |
coreneuron::Instrumentor | |
Typedefs | |
using | coreneuron::detail::InstrumentorImpl = detail::Instrumentor< detail::NullInstrumentor > |
Functions | |
static void | coreneuron::Instrumentor::start_profile () |
static void | coreneuron::Instrumentor::stop_profile () |
static void | coreneuron::Instrumentor::phase_begin (const char *name) |
static void | coreneuron::Instrumentor::phase_end (const char *name) |
static void | coreneuron::Instrumentor::init_profile () |
static void | coreneuron::Instrumentor::finalize_profile () |