TimeHistogram.bins

The bins of the timing histogram. The stepping of the lower bounds of the bins is, in µs:

0: 0; 1: 1; 2: 2; 3: 5; 4: 10; 5: 20; 6: 50; 7: 100; 8: 200; 9: 500; 10: 1,000; 11: 2,000; 12: 5,000; 13: 10,000; 14: 20,000; 15: 50,000; 16: 100,000; 17: 200,000; 18: 500,000; 19: 1,000,000

struct TimeHistogram
uint[20] bins;

Meta