From 5ecb30ff58c421dee479f06d644ccd8ac953997e Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:01:11 -0500 Subject: [PATCH] nit: rename measure (#17946) --- 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 a321d35f5a..12df20cb1e 100644 --- a/runtime/src/accounts_background_service.rs +++ b/runtime/src/accounts_background_service.rs @@ -98,7 +98,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,