Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (3):
qa/704: refine filtering for running time
src/libpcp/src/derive_fetch.c: correct note in comment
papi PMDA: defensive programming
qa/704 | 10 +++++++++-
qa/704.out | 2 +-
src/libpcp/src/derive_fetch.c | 4 ++--
src/pmdas/papi/papi.c | 29 ++++++++++++++++++++---------
4 files changed, 32 insertions(+), 13 deletions(-)
Details ...
commit a5280c8df75894f6b697c74bece16ec4610c2935
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 24 15:27:51 2016 +1000
papi PMDA: defensive programming
With these changes I've stopped the SEGVs in the PCP code (on vm14 in
particular), and now I'm just down to a SEGV in libpapi somewhere below
PAPI_start() that is called from refresh_metrics() in the PMDA code.
commit 2e95c194c9356df5bf3c27a4616d589f0c0862f4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 24 15:26:57 2016 +1000
src/libpcp/src/derive_fetch.c: correct note in comment
Noted in passing while reviewing some unrelated code.
commit 9b99801360ad67c0edef11b6f5d6c053f8a4347f
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 24 15:08:37 2016 +1000
qa/704: refine filtering for running time
Expecting this test to run in _exactly_ 0.001s on all platforms
is a little optimistic.
|