HPM / Access
Index
Functions
LIKWID.HPM.add_thread — MethodAdd the given CPU to the access module. This opens the commnunication to either the MSR/PCI files or the access daemon.
LIKWID.HPM.finalize — MethodClose the connections to the MSR/PCI files or the access daemon.
LIKWID.HPM.init — MethodInitialize the access module internals to either the MSR/PCI files or the access daemon
LIKWID.HPM.mode — MethodSets the mode how the MSR and PCI registers should be accessed. Available options:
0orLibLikwid.ACCESSMODE_DIRECT: direct access (propably root priviledges required)1orLibLikwid.ACCESSMODE_DAEMON: accesses through the access daemon
Must be called before HPM.init.