Skip to content

Commit

Permalink
added more debug reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis A. Plana committed Mar 7, 2022
1 parent e171f21 commit 448b9a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions c_code/init_t.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,14 +843,11 @@ void stage_done (uint ec, uint key)
io_printf (IO_BUF, "total ticks:%d\n", tot_tick);
io_printf (IO_BUF, "recv: fwd:%d bkp:%d\n", recv_fwd, recv_bkp);
io_printf (IO_BUF, "sent: fwd:%d bkp:%d\n", sent_fwd, sent_bkp);
io_printf (IO_BUF, "crit sent:%d\n", crt_sent);
if (tcfg.is_last_sgrp)
{
io_printf (IO_BUF, "crit recv:%d\n", crt_recv);
}
else
{
io_printf (IO_BUF, "crit sent:%d\n", crt_sent);
}
if (tcfg.is_last_output)
{
io_printf (IO_BUF, "fsgn recv:%d\n", fsg_recv);
Expand Down

0 comments on commit 448b9a0

Please sign in to comment.