Home
last modified time | relevance | path

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

/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java143 StringBuilder extra = new StringBuilder(""); in report() local
148 extra.append(String.format("%6.1f MB/s", (bytes_ / 1048576.0) / elapsed)); in report()
150 extra.append(message_.toString()); in report()
156 (long) throughput, (extra.length() == 0 ? "" : " "), extra.toString()); in report()
802 String extra = ""; in stop() local
804 extra = String.format(" %d / %d found; ", stats.found_, stats.done_); in stop()
806 extra = String.format(" %d ops done; ", stats.done_); in stop()
812 (stats.bytes_ / 1048576.0) / elapsedSeconds, extra, in stop()
/rocksdb-6.9/docs/_posts/
D2017-05-26-rocksdb-5-4-5-released.markdown11 * DB::Get in place of std::string accepts PinnableSlice, which avoids the extra memcpy of value to …
D2018-08-23-data-block-hash-index.markdown82 …ll util ratio will result in a large data block cache miss ratio, and the extra I/O may drag down …
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini21 # Each statement contains a '=', where extra white-spaces
/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h171 std::string extra; in Report() local
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2090 std::string extra; in Report() local
2098 extra = rate; in Report()
2100 AppendWithSpace(&extra, message_); in Report()
2108 (extra.empty() ? "" : " "), in Report()
2109 extra.c_str()); in Report()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc1195 const size_t extra = 2; in TEST_P() local
1198 for (size_t old_size = 1; old_size <= wp_db->SNAPSHOT_CACHE_SIZE + extra; in TEST_P()
/rocksdb-6.9/
DHISTORY.md412 * GetAllKeyVersions() to take an extra argument of `max_num_ikeys`.
654 * DB::Get in place of std::string accepts PinnableSlice, which avoids the extra memcpy of value to …
987 * Bunch of code cleanup, some extra warnings turned on (-Wshadow, -Wshorten-64-to-32, -Wnon-virtual…
1083 * MemTableRepFactory::CreateMemTableRep() takes info logger as an extra parameter.