openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Macros | Functions
bench.cc File Reference

Performance measurements of IMP models. More...

#include <stdlib.h>
#include <stdio.h>
#include "cmdline.h"
#include <time.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <limits.h>
#include <math.h>
#include <stdbool.h>
#include <vector>
#include <sstream>
#include <string>
#include <cmath>
#include "basics.h"
#include "MULTI_ION_IF.h"
#include "trace.h"
#include "clamp.h"
#include "ap_analyzer.h"
#include "restitute.h"
#include "stretch.h"
#include "sv_init.h"
#include "bench_utils.h"
#include "target.h"
#include "libgen.h"
#include "build_info.h"
#include "petsc_utils.h"
#include "SF_init.h"
Include dependency graph for bench.cc:

Go to the source code of this file.

Namespaces

 opencarp
 
 opencarp::user_globals
 

Macros

#define PrMGLOBAL
 
#define __FUNCT__   "main"
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Performance measurements of IMP models.

Author
Edward Vigmond
Version
Date
2019-10-25

Definition in file bench.cc.

Macro Definition Documentation

◆ __FUNCT__

#define __FUNCT__   "main"

Definition at line 84 of file bench.cc.

◆ PrMGLOBAL

#define PrMGLOBAL

Definition at line 27 of file bench.cc.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 86 of file bench.cc.