28#ifndef _util_misc_timer_h
29#define _util_misc_timer_h
31#include <mpqc_config.h>
33#define DEPRECATE_TIMER 1
36# ifndef _util_misc_regtime_cc
37# warning "util/misc/timer.h is deprecated"
39# define TIMER_DEPRECATED DEPRECATED
41# define TIMER_DEPRECATED
50 void tim_enter(
const char *) TIMER_DEPRECATED;
51 void tim_exit(
const char *) TIMER_DEPRECATED;
52 void tim_change(
const char *) TIMER_DEPRECATED;
53 void tim_set_default(
const char *) TIMER_DEPRECATED;
54 void tim_enter_default() TIMER_DEPRECATED;
55 void tim_exit_default() TIMER_DEPRECATED;
56 void tim_print(
int) TIMER_DEPRECATED;
Contains all MPQC code up to version 3.
Definition mpqcin.h:14