demote shink counter to debug (#24458)

This commit is contained in:
HaoranYi 2022-04-19 10:02:23 -05:00 committed by GitHub
parent 569b15d863
commit 4fdf966393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3058,15 +3058,15 @@ impl AccountsDb {
} }
} }
measure.stop(); measure.stop();
inc_new_counter_info!( inc_new_counter_debug!(
"shrink_select_top_sparse_storage_entries-ms", "shrink_select_top_sparse_storage_entries-ms",
measure.as_ms() as usize measure.as_ms() as usize
); );
inc_new_counter_info!( inc_new_counter_debug!(
"shrink_select_top_sparse_storage_entries-seeds", "shrink_select_top_sparse_storage_entries-seeds",
candidates_count candidates_count
); );
inc_new_counter_info!( inc_new_counter_debug!(
"shrink_total_preliminary_candidate_stores", "shrink_total_preliminary_candidate_stores",
total_candidate_stores total_candidate_stores
); );