Home
last modified time | relevance | path

Searched refs:tmp_ms_metric (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx442 class tmp_ms_metric { // a RAII style wrapper for exception-safe scoped timing class
446 tmp_ms_metric(const string& mname, const string& lname, const string& lvalue): in tmp_ms_metric() function in tmp_ms_metric
451 ~tmp_ms_metric() in ~tmp_ms_metric()
798 tmp_ms_metric tick("sqlite3","reset",nickname); in reset()
835 tmp_ms_metric tick("sqlite3","step_done",nickname); in step_ok_done()
846 tmp_ms_metric tick("sqlite3","step",nickname); in step()
DChangeLog66 * debuginfod.cxx (tmp_ms_metric): Switch from gettimeofday to
72 * debuginfod.cxx (tmp_ms_metric): New class for RAII timing metrics.