Hi Paul,
I've made some updates to the pcp-pmda-cpp code base to handle
the new high resolution event timestamp support, pending in the
next PCP release. I'm not sure how to make CMake auto-detect
the presence of this code (<pcp/pmapi.h> PM_TYPE_HIGHRES_EVENT)
for older versions of PCP, but I have verified the build/test
process with an up-to-date local PCP install.
Changes committed to git://git.pcp.io/nathans/pcp-pmda-cpp.git master
README.md | 17 ++++++++---------
example/simple/simple.cpp | 2 +-
example/trivial/trivial.cpp | 2 +-
include/Doxyfile.md | 2 +-
include/pcp-cpp/atom.hpp | 3 +++
include/pcp-cpp/pmda.hpp | 2 +-
test/unit/src/test_atom.cpp | 24 ++++++++++++++++++++++--
7 files changed, 37 insertions(+), 15 deletions(-)
commit 179d2f139d700ffb25b77a262a7a13b91ef36544
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 12:27:21 2014 +1000
Extend existing event metric support for high resolution timestamps
commit d2db01f6b660cb8c00b003daca63c46d6a01ba7a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 12:26:17 2014 +1000
Update documentation - a small README typo and several URL updates
|