From 67e1814581cd68c30c693719ae333621d848b153 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:51:38 +0000 Subject: [PATCH] nit: rename measure (#17946) (#17995) (cherry picked from commit 5ecb30ff58c421dee479f06d644ccd8ac953997e) Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com> --- runtime/src/accounts_background_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/accounts_background_service.rs b/runtime/src/accounts_background_service.rs index 0caa43d834..fef9e88166 100644 --- a/runtime/src/accounts_background_service.rs +++ b/runtime/src/accounts_background_service.rs @@ -95,7 +95,7 @@ impl SnapshotRequestHandler { .try_iter() .last() .map(|snapshot_request| { - let mut total_time = Measure::start("wallclock time elapsed"); + let mut total_time = Measure::start("snapshot_request_receiver_total_time"); let SnapshotRequest { snapshot_root_bank, status_cache_slot_deltas,