On Wed, Nov 25, 2020 at 12:50:18PM -0500, Frank Ch. Eigler via Elfutils-devel
wrote:
> Hi -
>
> > Looks good. Just one question about the RAII timing metrics.
> > It is using gettimeofday which I believe might jump around since it
> > tracks "human time". Might it be better to use clock_gettime
>
Hi -
> Looks good. Just one question about the RAII timing metrics.
> It is using gettimeofday which I believe might jump around since it
> tracks "human time". Might it be better to use clock_gettime
> (CLOCK_MONOTONIC) instead? Note that uses nanoseconds instead of
> microseconds, so needs adjus
Hi Frank,
On Mon, 2020-11-23 at 20:07 -0500, Frank Ch. Eigler via Elfutils-devel
wrote:
> From 0b61f4c758a507fcc2243357363e44140bd13d82 Mon Sep 17 00:00:00
> 2001 ?!??!!
> From: "Frank Ch. Eigler"
> Date: Mon, 23 Nov 2020 19:58:10 -0500
> Subject: [PATCH] debuginfod:
Hi -
>From 0b61f4c758a507fcc2243357363e44140bd13d82 Mon Sep 17 00:00:00 2001 ?!??!!
From: "Frank Ch. Eigler"
Date: Mon, 23 Nov 2020 19:58:10 -0500
Subject: [PATCH] debuginfod: sqlite3 metrics
Add metrics for tracking sqlite3 error counts and query performance.
The former loo