Home
last modified time | relevance | path

Searched defs:histogram_struct (Results 1 – 1 of 1) sorted by relevance

/external/netperf/src/
Dhist.h49 struct histogram_struct { struct
50 int unit_usec[HIST_NUM_OF_BUCKET];
51 int ten_usec[HIST_NUM_OF_BUCKET];
52 int hundred_usec[HIST_NUM_OF_BUCKET];
53 int unit_msec[HIST_NUM_OF_BUCKET];
54 int ten_msec[HIST_NUM_OF_BUCKET];
55 int hundred_msec[HIST_NUM_OF_BUCKET];
56 int unit_sec[HIST_NUM_OF_BUCKET];
57 int ten_sec[HIST_NUM_OF_BUCKET];
58 int ridiculous;
[all …]