Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.h140 struct TypeUnit { struct
148 TypeUnit() = default; argument
149 ~TypeUnit() = default;
150 TypeUnit(const TypeUnit&) = delete;
151 TypeUnit& operator=(const TypeUnit&) = delete; argument
152 TypeUnit(TypeUnit&&) = default;
153 TypeUnit& operator=(TypeUnit&&) = default; argument
196 std::vector<TypeUnit>& GetTaVector() { return ta_; } in GetTaVector()
223 std::vector<TypeUnit> ta_; // The main statistic collecting data structure