Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py146 table_id=0,
170 table_id=0,
194 table_id=0,
218 table_id=0,
325 table_id=0,
452 table_id=0,
559 table_id=0,
664 table_id=0,
Dblock_cache_pysim.py46 table_id, argument
78 self.table_id = table_id
95 table_id, argument
108 self.table_id = table_id
123 return "{}-{}".format(self.table_id, self.block_type)
125 return "{}".format(self.table_id)
926 table_id=value.table_id,
980 trace_record.table_id,
1442 trace_record.table_id,
1491 trace_record.table_id,
[all …]
Dblock_cache_trace_analyzer.h36 uint64_t table_id = 0; member
78 table_id = BlockCacheTraceHelper::GetTableId(access); in AddAccess()
Dblock_cache_trace_analyzer.cc619 if (block.table_id == 0 && labels.find(kGroupbyTable) != labels.end()) { in WriteCorrelationFeatures()
740 label_value_map[kGroupbyTable] = std::to_string(block.table_id); in BuildLabel()
775 if (labels && block_access_info.second.table_id == 0 && in TraverseBlocks()
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.cc403 uint64_t table_id = ParseUint64(record_strs[16]); in ReadAccess() local
404 if (table_id > 0) { in ReadAccess()
407 table_id -= 1; in ReadAccess()
433 PutFixed32(&record->referenced_key, static_cast<uint32_t>(table_id)); in ReadAccess()