1#ifndef TIMING_FUNCTIONS_H
2#define TIMING_FUNCTIONS_H
6#include "../global/global.h"
30 void Subtract(Real time_to_subtract);
31 void End(
bool const print_high_values =
false);
35 void RecordTime(Real time);
64 std::vector<OneTime*> onetimes;
79 double time_start = 0;
Definition feedback_analysis.h:13
Definition timing_functions.h:13
Definition timing_functions.h:76
Definition timing_functions.h:42