File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ void run_stats::setup_arbitrary_commands(size_t n_arbitrary_commands) {
128
128
m_totals.setup_arbitrary_commands (n_arbitrary_commands);
129
129
m_cur_stats.setup_arbitrary_commands (n_arbitrary_commands);
130
130
m_ar_commands_latency_histograms.resize (n_arbitrary_commands);
131
+ inst_m_ar_commands_latency_histograms.resize (n_arbitrary_commands);
131
132
}
132
133
133
134
void run_stats::set_start_time (struct timeval * start_time)
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ one_sec_cmd_stats::one_sec_cmd_stats() :
35
35
m_ask(0 ),
36
36
m_total_latency(0 ),
37
37
m_avg_latency(0.0 ),
38
- m_max_latency (0.0 ),
39
- m_min_latency (0.0 ) {
38
+ m_min_latency (0.0 ),
39
+ m_max_latency (0.0 ) {
40
40
}
41
41
42
42
You can’t perform that action at this time.
0 commit comments