Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc1185 StatsUnit unit; in KeyStatsInsertion() local
1186 unit.key_id = 0; in KeyStatsInsertion()
1187 unit.cf_id = cf_id; in KeyStatsInsertion()
1188 unit.value_size = value_size; in KeyStatsInsertion()
1189 unit.access_count = 1; in KeyStatsInsertion()
1190 unit.latest_ts = ts; in KeyStatsInsertion()
1192 unit.succ_count = 1; in KeyStatsInsertion()
1194 unit.succ_count = 0; in KeyStatsInsertion()
1199 unit.v_correlation[i].count = 0; in KeyStatsInsertion()
1200 unit.v_correlation[i].total_ts = 0; in KeyStatsInsertion()
[all …]
Dtrace_analyzer_tool.h181 Status WriteTraceUnit(TraceUnit& unit);
234 Status StatsUnitCorrelationUpdate(StatsUnit& unit, const uint32_t& type,
245 std::unique_ptr<ROCKSDB_NAMESPACE::WritableFile>& f_ptr, TraceUnit& unit);
250 Status MakeStatisticCorrelation(TraceStats& stats, StatsUnit& unit);
/rocksdb-6.9/docs/css/
Dmain.scss53 $spacing-unit: 12px;
101 // padding-right: $spacing-unit / 2;
102 // padding-left: $spacing-unit / 2;
/rocksdb-6.9/third-party/folly/folly/
DUnit.h34 constexpr Unit unit{};
/rocksdb-6.9/docs/_posts/
D2017-09-28-rocksdb-5-8-released.markdown15 * Replace dynamic_cast<> (except unit test) so people can choose to build with RTTI off. With make,…
/rocksdb-6.9/
DINSTALL.md17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
19 * `make all` will compile our static library, and all our tools and unit tests. Our tools
DWINDOWS_PORT.md24 * make all unit test pass both in debug and release builds.
DHISTORY.md199unit tests. In the affected unit tests, RocksDB will create custom Env objects based on environmen…
587 * Replace dynamic_cast<> (except unit test) so people can choose to build with RTTI off. With make,…
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc370 for (auto const& unit : time_units) { in TEST_F() local
381 user_access_only + l + unit + in TEST_F()
/rocksdb-6.9/build_tools/
Drocksdb-lego-determinator956 unit)
/rocksdb-6.9/tools/advisor/
DREADME.md91 directory. For example, to run the unit tests for db_log_parser.py: