Commit c53f2fff authored by Jorge Machado's avatar Jorge Machado

Fix screen clear process

parent 31866040
......@@ -136,6 +136,7 @@ static void update_index_stats_engine(unsigned int *index)
static void log_stats_engine(stats_engine engine, int verbose)
{
log_clear(engine);
LOG(engine, "\n===================== STATS ENGINE LOG =====================\n");
if(verbose) {
......@@ -168,7 +169,6 @@ static void log_stats_engine(stats_engine engine, int verbose)
engine->stats.peak_to_peak, METRICS_UNIT,
engine->stats.mean, METRICS_UNIT, engine->stats.std, METRICS_UNIT);
LOG(engine, "\n============================================================\n");
log_clear(engine);
}
static int check_log_configuration(stats_engine engine)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment