Home
last modified time | relevance | path

Searched refs:getLocalMemoryBW (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/intel-pcm/pcm-202109/
H A Dpcm-sensor.cpp595 OUTPUT_CORE_METRIC("/LocalMemoryBandwidth", (counters.get<uint64, ::getLocalMemoryBW>(i))) in main()
634 … OUTPUT_SOCKET_METRIC("/LocalMemoryBandwidth", (counters.getSocket<uint64, ::getLocalMemoryBW>(i))) in main()
H A Dpcm.cpp136 cout << " " << setw(6) << getLocalMemoryBW(state1, state2); in print_other_metrics()
895 cout << ',' << getLocalMemoryBW(state1, state2); in print_other_metrics_csv()
H A Dcpucounters.h2135 friend uint64 getLocalMemoryBW(const CounterStateType & before, const CounterStateType & after);
3253 uint64 getLocalMemoryBW(const CounterStateType & before, const CounterStateType & after) in getLocalMemoryBW() function
3267 const uint64 local = getLocalMemoryBW(before, after); in getRemoteMemoryBW()
H A Dpcm-sensor-server.cpp421 printCounter( "Local Memory Bandwidth", getLocalMemoryBW( before, after ) ); in printBasicCounterState()
669 printCounter( "Local Memory Bandwidth", getLocalMemoryBW( before, after ) ); in printBasicCounterState()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dpcm-sensor.cpp595 OUTPUT_CORE_METRIC("/LocalMemoryBandwidth", (counters.get<uint64, ::getLocalMemoryBW>(i))) in main()
634 … OUTPUT_SOCKET_METRIC("/LocalMemoryBandwidth", (counters.getSocket<uint64, ::getLocalMemoryBW>(i))) in main()
H A Dpcm.cpp136 cout << " " << setw(6) << getLocalMemoryBW(state1, state2); in print_other_metrics()
895 cout << ',' << getLocalMemoryBW(state1, state2); in print_other_metrics_csv()
H A Dcpucounters.h2135 friend uint64 getLocalMemoryBW(const CounterStateType & before, const CounterStateType & after);
3253 uint64 getLocalMemoryBW(const CounterStateType & before, const CounterStateType & after) in getLocalMemoryBW() function
3267 const uint64 local = getLocalMemoryBW(before, after); in getRemoteMemoryBW()
H A Dpcm-sensor-server.cpp421 printCounter( "Local Memory Bandwidth", getLocalMemoryBW( before, after ) ); in printBasicCounterState()
669 printCounter( "Local Memory Bandwidth", getLocalMemoryBW( before, after ) ); in printBasicCounterState()
/dports/sysutils/intel-pcm/pcm-202109/daemon/daemon/
H A Ddaemon.cpp537 uint64 localMemoryBW = getLocalMemoryBW(coreStatesBefore_[coreI], coreStatesAfter_[coreI]); in getPCMCore()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/daemon/daemon/
H A Ddaemon.cpp537 uint64 localMemoryBW = getLocalMemoryBW(coreStatesBefore_[coreI], coreStatesAfter_[coreI]); in getPCMCore()