

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() |
| #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.
| QDateTime elapsed = QDateTime::currentDateTime() |
Definition at line 4 of file ga_worker.cpp.
1.8.3.1-20130324