forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Stats::submit to solana-runtime (solana-labs#686)
* Move Stats::submit to solana-runtime * fmt * rename Stats to LoadedProgramStats * move submit_loaded_programs_stats to bank::metricss and rename it to report_loaded_programs_stats * add new log method to LoadedProgramStats and move some code there * fix unused import * reload stats in LoadedProgramStats::log * remove old import
- Loading branch information
1 parent
37fbd33
commit 8edc6cc
Showing
3 changed files
with
53 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters