Home | History | Annotate | Download | only in src

Lines Matching defs:HIST

15 /* hist.h
84 typedef struct histogram_struct *HIST;
90 HIST HIST_new(void);
97 HIST HIST_new_n(int max_outstanding);
104 void HIST_clear(HIST h);
111 void HIST_purge(HIST h);
118 void HIST_add(register HIST h, int time_delta);
125 void HIST_report(HIST h);
145 void HIST_timestamp_start(HIST h);
152 void HIST_timestamp_stop_add(HIST h);