Searched refs:globalCounterIds (Results 1 – 2 of 2) sorted by relevance
71 const std::vector<uint16_t>& globalCounterIds = captureData.GetCounterIds(); in GetActiveCounters() local74 for (auto globalCounterId : globalCounterIds) { in GetActiveCounters()
3525 uint16_t globalCounterIds = 0; variable3535 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuRefId);3536 ++globalCounterIds;3540 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuAccId);3541 ++globalCounterIds;3561 uint16_t globalCounterIds = INFERENCES_RUN; variable3575 RegisterBackendCounters registerBackendCounters(globalCounterIds, cpuRefId, profilingService);3585 globalCounterIds = registerBackendCounters.RegisterDevice("deviceOne");3586 auto deviceOnePtr = profilingService.GetCounterDirectory().GetDevice(globalCounterIds);3591 globalCounterIds = registerBackendCounters.RegisterCounterSet("counterSetOne");[all …]