move rent collection time into datapoint (#25714)

This commit is contained in:
Jeff Washington (jwash) 2022-06-01 17:28:47 -05:00 committed by GitHub
parent 6349a6dc97
commit 891dcb2084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5187,8 +5187,8 @@ impl Bank {
self.rewrites_skipped_this_slot.read().unwrap().len(),
i64
),
("total_time_us", measure.as_us(), i64),
);
inc_new_counter_info!("collect_rent_eagerly-ms", measure.as_ms() as usize);
}
#[cfg(test)]