Re: [PATCH 2/2] Prepend debug traces with absolute and relative timestamps

2025-04-15 Thread Daniel Kiper
On Fri, Apr 11, 2025 at 04:01:05PM -0600, Leo Sandoval via Grub-devel wrote: > From: Renaud Métrich > > Debug traces with timestamps are useful to detect performance > issues. To enable it, include '--with-debug-timestamps' argument on > the configure step. > > Signed-off-by: Renaud Métrich > Sig

[PATCH 2/2] Prepend debug traces with absolute and relative timestamps

2025-04-11 Thread Leo Sandoval via Grub-devel
From: Renaud Métrich Debug traces with timestamps are useful to detect performance issues. To enable it, include '--with-debug-timestamps' argument on the configure step. Signed-off-by: Renaud Métrich Signed-off-by: Leo Sandoval --- config.h.in | 1 + configure.ac | 18 +++