Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfilter_bench.cc410 double ns = double(elapsed_nanos) / total_keys_added; in Go() local
411 std::cout << "Build avg ns/key: " << ns << std::endl; in Go()
662 double ns = double(elapsed_nanos) / max_queries; in RandomQueryTest() local
673 std::cout << "ns/op: " << ns << std::endl; in RandomQueryTest()
701 return ns; in RandomQueryTest()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc761 p = 10l, c = 15l, s = 20l, ns = 21l; in TEST_P()
767 p = 10l, c = 15l, s = 20l, ns = 11l; in TEST_P()
770 p = 10l, c = 20l, s = 20l, ns = 19l; in TEST_P()
772 p = 10l, c = 20l, s = 20l, ns = 21l; in TEST_P()
775 p = 20l, c = 20l, s = 20l, ns = 21l; in TEST_P()
777 p = 20l, c = 20l, s = 20l, ns = 19l; in TEST_P()
780 p = 10l, c = 25l, s = 20l, ns = 21l; in TEST_P()
781 MaybeUpdateOldCommitMapTestWithNext(p, c, s, ns, true); in TEST_P()
783 p = 20l, c = 25l, s = 20l, ns = 21l; in TEST_P()
786 p = 21l, c = 25l, s = 20l, ns = 22l; in TEST_P()
[all …]