Home
last modified time | relevance | path

Searched refs:AddIterations (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h154 void AddIterations(long n) { iterations_ += n; } in AddIterations() function
Ddb_stress_test_base.cc980 thread->stats.AddIterations(1); in TestIterate()