CoreNEURON
coreneuron::Instrumentor Namespace Reference

Classes

struct  phase
 

Functions

static void start_profile ()
 
static void stop_profile ()
 
static void phase_begin (const char *name)
 
static void phase_end (const char *name)
 
static void init_profile ()
 
static void finalize_profile ()
 

Function Documentation

◆ finalize_profile()

static void coreneuron::Instrumentor::finalize_profile ( )
inlinestatic

Definition at line 320 of file profiler_interface.h.

◆ init_profile()

static void coreneuron::Instrumentor::init_profile ( )
inlinestatic

Definition at line 316 of file profiler_interface.h.

◆ phase_begin()

static void coreneuron::Instrumentor::phase_begin ( const char *  name)
inlinestatic

Definition at line 308 of file profiler_interface.h.

◆ phase_end()

static void coreneuron::Instrumentor::phase_end ( const char *  name)
inlinestatic

Definition at line 312 of file profiler_interface.h.

◆ start_profile()

static void coreneuron::Instrumentor::start_profile ( )
inlinestatic

Definition at line 300 of file profiler_interface.h.

◆ stop_profile()

static void coreneuron::Instrumentor::stop_profile ( )
inlinestatic

Definition at line 304 of file profiler_interface.h.