add tx count and thread id to stats, each stat reports and resets when slot changes (#20451)

This commit is contained in:
Tao Zhu
2021-10-06 00:09:19 -05:00
committed by GitHub
parent 129716f3f0
commit 03913f6661
6 changed files with 102 additions and 83 deletions

View File

@@ -22,6 +22,7 @@ pub mod completed_data_sets_service;
pub mod consensus;
pub mod cost_model;
pub mod cost_tracker;
pub mod cost_tracker_stats;
pub mod cost_update_service;
pub mod duplicate_repair_status;
pub mod execute_cost_table;