Display message rate (30 sec average) on the webmap.
(cherry picked from commit 848af78be685c6e2a26d0b30e9f385696201a2c4)
This commit is contained in:
parent
41d8a79041
commit
72bfc31458
6 changed files with 41 additions and 4 deletions
|
@ -604,8 +604,8 @@ static void display_stats(void) {
|
|||
}
|
||||
|
||||
printf("%d total usable messages\n",
|
||||
Modes.stat_demod.goodcrc + Modes.stat_demod_phasecorrected.goodcrc +
|
||||
Modes.stat_demod.fixed + Modes.stat_demod_phasecorrected.fixed);
|
||||
Modes.stat_messages_total);
|
||||
|
||||
fflush(stdout);
|
||||
|
||||
Modes.stat_cputime.tv_sec = 0;
|
||||
|
@ -622,6 +622,8 @@ static void display_stats(void) {
|
|||
Modes.stat_DF_Type_Corrected =
|
||||
Modes.stat_out_of_phase = 0;
|
||||
|
||||
Modes.stat_messages_total = 0;
|
||||
|
||||
for (j = 0; j < MODES_MAX_PHASE_STATS; j++) {
|
||||
Modes.stat_preamble_phase[j] = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue