add execute detail timings (#15638)
This commit is contained in:
committed by
GitHub
parent
9bbe015a05
commit
be35c1c1b7
@ -776,6 +776,11 @@ impl BankingStage {
|
||||
txs.len(),
|
||||
);
|
||||
|
||||
debug!(
|
||||
"process_and_record_transactions_locked: {:?}",
|
||||
execute_timings
|
||||
);
|
||||
|
||||
(Ok(num_to_commit), retryable_txs)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user