Skip to content

Commit

Permalink
remove unused replay-loop-voting-stats values (#33935)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiseda authored Nov 1, 2023
1 parent 3f805ad commit 63abc72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ pub struct ReplayTiming {
start_leader_elapsed: u64,
reset_bank_elapsed: u64,
voting_elapsed: u64,
vote_push_us: u64,
vote_send_us: u64,
generate_vote_us: u64,
update_commitment_cache_us: u64,
select_forks_elapsed: u64,
Expand Down Expand Up @@ -337,8 +335,6 @@ impl ReplayTiming {
if elapsed_ms > 1000 {
datapoint_info!(
"replay-loop-voting-stats",
("vote_push_us", self.vote_push_us, i64),
("vote_send_us", self.vote_send_us, i64),
("generate_vote_us", self.generate_vote_us, i64),
(
"update_commitment_cache_us",
Expand Down

0 comments on commit 63abc72

Please sign in to comment.