34extern std::map<std::string, long long>
last_times;
43void enter_block(
const std::string &msg,
const bool indent=
true);
44void leave_block(
const std::string &msg,
const bool indent=
true);
void clear_profiling_counters()
std::map< std::string, size_t > invocation_counts
void print_mem(const std::string &s)
std::map< std::string, long long > cumulative_times
void print_cumulative_op_counts(const bool only_fq)
void print_time(const char *msg)
void print_header(const char *msg)
void enter_block(const std::string &msg, const bool indent)
void print_cumulative_time_entry(const std::string &key, const long long factor)
long long get_nsec_time()
bool inhibit_profiling_info
void print_cumulative_times(const long long factor)
std::map< std::string, long long > last_times
bool inhibit_profiling_counters
void leave_block(const std::string &msg, const bool indent)
void print_compilation_info()