Lines Matching refs:stats_

160     RecordTick(stats_, WRITE_WITH_WAL);  in WriteImpl()
302 RecordTick(stats_, NUMBER_KEYS_WRITTEN, total_count); in WriteImpl()
305 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in WriteImpl()
308 RecordTick(stats_, WRITE_DONE_BY_SELF); in WriteImpl()
313 RecordTick(stats_, WRITE_DONE_BY_OTHER, write_done_by_other); in WriteImpl()
315 RecordInHistogram(stats_, BYTES_PER_WRITE, total_byte_size); in WriteImpl()
517 RecordTick(stats_, NUMBER_KEYS_WRITTEN, total_count); in PipelinedWriteImpl()
519 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in PipelinedWriteImpl()
520 RecordInHistogram(stats_, BYTES_PER_WRITE, total_byte_size); in PipelinedWriteImpl()
528 RecordTick(stats_, WRITE_DONE_BY_SELF, 1); in PipelinedWriteImpl()
532 RecordTick(stats_, WRITE_DONE_BY_OTHER, wal_write_group.size - 1); in PipelinedWriteImpl()
615 RecordTick(stats_, NUMBER_KEYS_WRITTEN, total_count); in UnorderedWriteMemtable()
661 RecordTick(stats_, WRITE_WITH_WAL); in WriteImplWALOnly()
727 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in WriteImplWALOnly()
730 RecordTick(stats_, WRITE_DONE_BY_SELF); in WriteImplWALOnly()
735 RecordTick(stats_, WRITE_DONE_BY_OTHER, write_done_by_other); in WriteImplWALOnly()
737 RecordInHistogram(stats_, BYTES_PER_WRITE, total_byte_size); in WriteImplWALOnly()
1054 StopWatch sw(env_, stats_, WAL_FILE_SYNC_MICROS); in WriteToWAL()
1084 RecordTick(stats_, WAL_FILE_SYNCED); in WriteToWAL()
1087 RecordTick(stats_, WAL_FILE_BYTES, log_size); in WriteToWAL()
1089 RecordTick(stats_, WRITE_WITH_WAL, write_with_wal); in WriteToWAL()
1135 RecordTick(stats_, WAL_FILE_BYTES, log_size); in ConcurrentWriteToWAL()
1138 RecordTick(stats_, WRITE_WITH_WAL, write_with_wal); in ConcurrentWriteToWAL()
1404 StopWatch sw(env_, stats_, WRITE_STALL, &time_delayed); in DelayWrite()
1457 RecordTick(stats_, STALL_MICROS, time_delayed); in DelayWrite()