UltraScan III
Macros | Variables
ga_worker.cpp File Reference
#include "us_mpi_analysis.h"
#include "us_math2.h"
Include dependency graph for ga_worker.cpp:

Go to the source code of this file.

Macros

#define ELAPSEDNOW   (elapsed.msecsTo(QDateTime::currentDateTime()))
 
#define ELAPSEDSEC   (elapsed.secsTo(QDateTime::currentDateTime()))
 
#define DbTimMsg(a)   DbTiming << my_rank << generation << ELAPSEDNOW << a;
 
#define DRTiming   DbTiming << my_rank
 
#define UPDATE_FIT
 
#define DL   1
 

Variables

QDateTime elapsed = QDateTime::currentDateTime()
 

Macro Definition Documentation

#define DbTimMsg (   a)    DbTiming << my_rank << generation << ELAPSEDNOW << a;

Definition at line 7 of file ga_worker.cpp.

#define DL   1

Definition at line 16 of file ga_worker.cpp.

#define DRTiming   DbTiming << my_rank

Definition at line 8 of file ga_worker.cpp.

#define ELAPSEDNOW   (elapsed.msecsTo(QDateTime::currentDateTime()))

Definition at line 5 of file ga_worker.cpp.

#define ELAPSEDSEC   (elapsed.secsTo(QDateTime::currentDateTime()))

Definition at line 6 of file ga_worker.cpp.

#define UPDATE_FIT

Definition at line 11 of file ga_worker.cpp.

Variable Documentation

QDateTime elapsed = QDateTime::currentDateTime()

Definition at line 4 of file ga_worker.cpp.