NEURON
nrn::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 nrn::Instrumentor::finalize_profile ( )
inlinestatic

Definition at line 291 of file profiler_interface.h.

◆ init_profile()

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

Definition at line 287 of file profiler_interface.h.

◆ phase_begin()

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

Definition at line 279 of file profiler_interface.h.

◆ phase_end()

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

Definition at line 283 of file profiler_interface.h.

◆ start_profile()

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

Definition at line 271 of file profiler_interface.h.

◆ stop_profile()

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

Definition at line 275 of file profiler_interface.h.