- 20 May, 2016 1 commit
-
-
Quentin Khan authored
The timers are mapped to a std::string. The basic ones (P2L, P2M, M2M, M2P, M2L, L2L, L2P, P2P) have a constexpr definition. Any new timer can be added by calling `Timers["timer name"];`.
-
- 06 Jul, 2015 1 commit
-
-
Quentin Khan authored
- `nbTimers` constant has been moved to the end of the `Timers` enum to automaticaly get the number of timers. - `Timers` array has been moved to the stack. - Copy and a move constructors were added.
-
- 19 Jun, 2015 1 commit
-
-
PIACIBELLO Cyrille authored
-
- 29 Apr, 2015 1 commit
-
-
PIACIBELLO Cyrille authored
-
- 27 Jan, 2015 1 commit
-
-
PIACIBELLO Cyrille authored
-
- 08 Jan, 2015 1 commit
-
-
PIACIBELLO Cyrille authored
FAlgorithmTimers added, set in AlgorithmThread, Algorithm, and AlgorithmThreadProc, use as shown in testFmmAlgorithm.cpp
-