8 storeresultsat, family):
9 cmask =
map(int, cmask)
10 invmask =
map(int, invmask)
11 sampling_period =
map(int, sampling_period)
12 startatevent = int(startatevent)
14 from Configurables
import ApplicationMgr, AuditorSvc, PerfMonAuditor
16 app.AuditAlgorithms = 1
19 pfaud.EVENT0 = counter[0]
20 pfaud.SP0 = sampling_period[0]
21 pfaud.INV0 = int(invmask[0])
22 pfaud.CMASK0 = int(cmask[0])
23 pfaud.EVENT1 = counter[1]
24 pfaud.SP1 = sampling_period[1]
25 pfaud.INV1 = int(invmask[1])
26 pfaud.CMASK1 = int(cmask[1])
27 pfaud.EVENT2 = counter[2]
28 pfaud.SP2 = sampling_period[2]
29 pfaud.INV2 = int(invmask[2])
30 pfaud.CMASK2 = int(cmask[2])
31 pfaud.EVENT3 = counter[3]
32 pfaud.SP3 = sampling_period[3]
33 pfaud.INV3 = int(invmask[3])
34 pfaud.CMASK3 = int(cmask[3])
39 pfaud.PREFIX =
"%s_%s" % (storeresultsat,
40 "S" if sampling_period[0] > 0
else "C")
41 pfaud.SAMPLE = int(sampling_period[0] > 0)
42 pfaud.START_AT_EVENT = startatevent
Performance Monitoring Auditor that uses Perfmon2 library to monitor algorithms.
struct GAUDI_API map
Parametrisation class for map-like implementation.
The Application Manager class.