add metric for collecting storages (#17527)

This commit is contained in:
Jeff Washington (jwash)
2021-06-01 13:17:49 -05:00
committed by GitHub
parent a43c29e858
commit 72bb271a94
3 changed files with 32 additions and 6 deletions

View File

@@ -1002,6 +1002,7 @@ pub fn process_accounts_package_pre(
let (hash, lamports) = AccountsDb::calculate_accounts_hash_without_index(
&accounts_package.storages,
thread_pool,
crate::accounts_hash::HashStats::default(),
false,
)
.unwrap();