This could help to debug the reported slow startup times but is also useful in general. Starting Geany from the command line with `--verbose` already logs milliseconds. But most users (and maybe developers) usually don't do this.
Thanks to GLib, we don't need to do much for it and it actually simplifies the existing code. Tested on ArchLinux and Windows 7. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2659 -- Commit Summary -- * Add microseconds to timestamp in debug log messages -- File Changes -- M src/log.c (2) M src/msgwindow.c (2) M src/utils.c (23) M src/utils.h (2) -- Patch Links -- https://github.com/geany/geany/pull/2659.patch https://github.com/geany/geany/pull/2659.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2659
