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 Error messages are generated using pmprintf(3) but are not flushed. It
20 is the responsibility of the user to call pmflush(3) to output any mes‐
21 sages.
22
23 Additional diagnostics may be activated by adding the option pmc to the
24 global debugging specification, as described in pmSetDebug(3).
25
27 PMAPI(3), QmcContext(3), QmcDesc(3), QmcGroup(3), QmcIndom(3), QmcMet‐
28 ric(3), QmcSource(3), pmflush(3) and pmprintf(3).
29
30
31
32Performance Co-Pilot SGI QMC(3)