X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=80e3b1681245de82e76f2f763088624335374651;hp=75b45733cead570f402296f38a21cafec81483bf;hb=0c13c9699c668990a18261141bab612598bc47d5;hpb=9d19301993967e382d7737aee01e7cbf2648099e diff --git a/stat.c b/stat.c index 75b45733..80e3b168 100644 --- a/stat.c +++ b/stat.c @@ -663,7 +663,7 @@ static void show_ss_normal(struct thread_stat *ts, struct buf_output *out) unsigned long long bw_mean, iops_mean; const int i2p = is_power_of_2(ts->kb_base); - if (!ts->ss_state) + if (!ts->ss_dur) return; bw_mean = steadystate_bw_mean(ts);