NEURON
ftime.cpp File Reference
#include "oc_ansi.h"
#include <chrono>

Go to the source code of this file.

Functions

double nrn_time ()
 
void hoc_startsw ()
 
void hoc_stopsw ()
 
double nrn_timeus ()
 

Variables

static double start_time = 0.
 

Function Documentation

◆ hoc_startsw()

void hoc_startsw ( void  )

Definition at line 15 of file ftime.cpp.

◆ hoc_stopsw()

void hoc_stopsw ( void  )

Definition at line 20 of file ftime.cpp.

◆ nrn_time()

double nrn_time ( )

Definition at line 7 of file ftime.cpp.

◆ nrn_timeus()

double nrn_timeus ( )

Definition at line 27 of file ftime.cpp.

Variable Documentation

◆ start_time

double start_time = 0.
static

Definition at line 5 of file ftime.cpp.