Establish avr_*timestamp() routines for timing

This commit is contained in:
Stefan Rueger
2022-11-25 22:09:02 +00:00
parent 231e88aaf9
commit 1cb169ec93
7 changed files with 54 additions and 34 deletions

View File

@@ -499,6 +499,8 @@ int main(int argc, char * argv [])
char * logfile; /* Use logfile rather than stderr for diagnostics */
enum updateflags uflags = UF_AUTO_ERASE | UF_VERIFY; /* Flags for do_op() */
(void) avr_ustimestamp();
#ifdef _MSC_VER
_set_printf_count_output(1);
#endif