Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h44 long errors_; variable
69 errors_ = 0; in Start()
92 errors_ += other.errors_; in Merge()
164 void AddErrors(long n) { errors_ += n; } in AddErrors()
201 fprintf(stdout, "%-12s: Got errors %ld times\n", "", errors_); in Report()