diff --git a/db/db_iter.cc b/db/db_iter.cc index d04d30e9e5eb32c0854b60db4d808ede67565cf5..74558d56d821cc8bc0023e32714acf4725e686bb 100644 --- a/db/db_iter.cc +++ b/db/db_iter.cc @@ -193,6 +193,7 @@ void DBIter::Next() { // If the current key is a merge, very likely iter already points // to the next internal position. iter_->Next(); + PERF_COUNTER_ADD(internal_key_skipped_count, 1); } // Now we point to the next internal position, for both of merge and