COMMAS ((unsigned long) ((double) total / secs)));
}
-#if WITH_PROFILE_MODEL_P
/* Print simulated execution time if the cpu frequency has been specified. */
clock = PROFILE_CPU_FREQ (data);
if (clock != 0)
else
sim_io_printf (sd, " Simulated cpu frequency: %.2f Hz\n", clock);
+#if WITH_PROFILE_MODEL_P
if (PROFILE_FLAGS (data) [PROFILE_MODEL_IDX])
{
/* The printing of the time rounded to 2 decimal places makes the
sim_io_printf (sd, " Simulated execution time: %.2f seconds\n",
secs);
}
- }
#endif /* WITH_PROFILE_MODEL_P */
+ }
}
/* Print selected address ranges. */