Searched refs:flushLatencies (Results 1 – 1 of 1) sorted by relevance
1310 string flushLatencies = "Flush Latencies: "; in dumpStats() local1312 flushLatencies.append(to_string(latencyNs).append(",")); in dumpStats()1314 flushLatencies.pop_back(); in dumpStats()1315 flushLatencies.push_back('\n'); in dumpStats()1316 dprintf(out, "%s", flushLatencies.c_str()); in dumpStats()1414 string flushLatencies = "Flush Latencies: "; in dumpStats() local1416 flushLatencies.append(to_string(latencyNs).append(",")); in dumpStats()1418 flushLatencies.pop_back(); in dumpStats()1419 flushLatencies.push_back('\n'); in dumpStats()1420 dprintf(out, "%s", flushLatencies.c_str()); in dumpStats()