added time to debug output. updated tgl

This commit is contained in:
V V 2015-10-01 14:48:46 +03:00
parent 598b441488
commit af87493012
2 changed files with 6 additions and 1 deletions

View File

@ -3495,6 +3495,11 @@ void logprintf (const char *format, ...) {
printf (COLOR_GREY);
}
printf (" *** ");
double T = tglt_get_double_time ();
printf ("%.6lf ", T);
va_list ap;
va_start (ap, format);
vfprintf (stdout, format, ap);

2
tgl

@ -1 +1 @@
Subproject commit b16c44c727f1eec561c2c69eb7373b72ee08a52d
Subproject commit a5e0705ba59a5ee2ee1c801e5c3ea7a74ca30afc