SOFUS ..
Namespaces | Functions | Variables
fnm_profiling.hpp File Reference
#include <fnm/fnm_export.h>
Include dependency graph for fnm_profiling.hpp:

Namespaces

namespace  fnm
 Fast Nearfield Method interfaces and implementations.
 

Functions

void ProfilerStart ()
 
void ProfilerStop ()
 
void ProfileInfoGet (char **ostring)
 
void Cancel ()
 

Variables

char PerformanceInfo [32]
 
double g_tStart
 
volatile bool g_bExit
 

Detailed Description

Author
Jens Munk Hansen jmh@d.nosp@m.ebia.nosp@m.n9lap.nosp@m.top..nosp@m.parkn.nosp@m.et.d.nosp@m.k
Date
Tue Feb 20 21:18:08 2018

Function Documentation

◆ Cancel()

void Cancel ( )

◆ ProfileInfoGet()

void ProfileInfoGet ( char **  ostring)

◆ ProfilerStart()

void ProfilerStart ( )

◆ ProfilerStop()

void ProfilerStop ( )

Variable Documentation

◆ g_bExit

volatile bool g_bExit
extern
Todo:
(JEM): SWIG on Windows does not like when this is an std::atomic<bool>

◆ g_tStart

double g_tStart
extern

◆ PerformanceInfo

char PerformanceInfo[32]
extern