1QMC(3) Library Functions Manual QMC(3)
2
3
4
6 QMC - library for managing groups of Performance Co-Pilot metrics
7
9 #include <QMC.h>
10
11 CC ... -lqmc -lpcp
12
14 The Qt-based Performance Metrics Class (QMC) class library is a collec‐
15 tion of C++ classes for managing a large set of performance metrics
16 from a variety of sources. This library is built over PMAPI(3).
17
19 PMAPI(3), QmcContext(3), QmcDesc(3), QmcGroup(3), QmcIndom(3), QmcMet‐
20 ric(3), QmcSource(3), pmflush(3) and pmprintf(3).
21
23 Error messages are generated using pmprintf(3) but are not flushed. It
24 is the responsibility of the user to call pmflush(3) to output any mes‐
25 sages.
26
27 Additional diagnostics may be activated by adding DBG_TRACE_PMC to the
28 global pmDebug.
29
30
31
32Performance Co-Pilot SGI QMC(3)