56 double t_start, t_total;
63 timer() { init(
nullptr); }
64 timer(
const char *tag) { init(tag); }
68 void init(
const char *tag);
74 void report(
bool print_not_timed =
false);
89void setup_timelimit(
long seconds);
91void timestamp(
const char *msg);
92void timestamp(
const std::string &msg);
This file defines all includes for HILA.
Implement hila::swap for gauge fields.
This file defines timer class and other timing related utilities.