From 0acbfdfcb97d2c7889a6a436b5602cf2cffb1800 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Tue, 19 Oct 2021 15:52:43 -0500 Subject: [PATCH] hash calc: sort time is redundantly counted as part of 'total time' (#20791) --- runtime/src/accounts_hash.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/src/accounts_hash.rs b/runtime/src/accounts_hash.rs index ac2cd48d65..d0c1af08eb 100644 --- a/runtime/src/accounts_hash.rs +++ b/runtime/src/accounts_hash.rs @@ -37,7 +37,6 @@ impl HashStats { let total_time_us = self.scan_time_total_us + self.zeros_time_total_us + self.hash_time_total_us - + self.sort_time_total_us + self.collect_snapshots_us + self.storage_sort_us; datapoint_info!(