FAlgorithmTimers: change timers container type to std::map
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"];`.
Please register or sign in to comment