10 #define COLLECT_TQueue_STATISTICS 1 40 #if COLLECT_TQueue_STATISTICS 56 double least_t(){
if (least_) {
return least_->t_;}
else{
return 1e15;}}
62 TQItem* insert_fifo(
double t,
void* data_);
66 void move_least(
double tnew);
68 void check(
const char* errmess);
71 void forall_callback(
void (*)(
const TQItem*,
int));
76 #if COLLECT_TQueue_STATISTICS 77 unsigned long ninsert, nrem, nleast, nbal, ncmplxrem;
78 unsigned long ncompare, nleastsrch, nfind, nfindsrch, nmove, nfastmove;
static double statistics(void *v)
static double insert(void *v)
static double least(void *v)
int find(const int, const int, const int, const int, const int)
static double spike_stat(void *v)