Home
last modified time | relevance | path

Searched refs:HIST (Results 1 – 7 of 7) sorted by relevance

/external/netperf/src/
Dhist.h84 typedef struct histogram_struct *HIST; typedef
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);
Dnetlib.c4188 HIST
4190 HIST h; in HIST_new_n()
4192 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new_n()
4222 HIST
4229 HIST_clear(HIST h){ in HIST_clear()
4255 HIST_purge(HIST h) { in HIST_purge()
4262 HIST_add(register HIST h, int time_delta){ in HIST_add()
4347 HIST_report(HIST h){ in HIST_report()
4390 HIST_get_percentile(HIST h, const double percentile){ in HIST_get_percentile()
4446 HIST_get_stats(HIST h, int *min, int *max, double *mean, double *stddev){ in HIST_get_stats()
[all …]
Dnettest_sdp.c102 static HIST time_hist;
Dnettest_sctp.c105 static HIST time_hist;
Dnettest_xti.c112 static HIST time_hist;
Dnettest_omni.c158 static HIST time_hist;
Dnettest_bsd.c242 static HIST time_hist;