nit: rename measure (#17946)

This commit is contained in:
Jeff Washington (jwash) 2021-06-15 09:01:11 -05:00 committed by GitHub
parent 4d8ffdcc11
commit 5ecb30ff58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,