Lines Matching defs:Stats
150 struct Stats { struct
151 uint32_t num_keys;
155 uint32_t num_nodes;
156 uint32_t max_nodes;
158 uint32_t num_intermediates;
160 uint32_t sum_children, max_children;
163 uint32_t num_leaves;
165 uint32_t sum_depth, max_depth;
169 uint32_t num_nexts;
170 uint32_t max_nexts;
172 uint32_t child_counts[kMaxNextArraySize];
175 uint32_t wasted[kNumNextAllocationBuckets];
199 std::string DumpStats(int verbosity) const; argument