Home
last modified time | relevance | path

Searched refs:OUTPUT_SOCKET_METRIC (Results 1 – 2 of 2) sorted by last modified time

/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dpcm-sensor.cpp603 #define OUTPUT_SOCKET_METRIC(name, function) \ in main() macro
612OUTPUT_SOCKET_METRIC("/DRAMEnergy", (counters.getSocket<double, ::getDRAMConsumedJoules>(i))) in main()
613 OUTPUT_SOCKET_METRIC("/CPUEnergy", (counters.getSocket<double, ::getConsumedJoules>(i))) in main()
622OUTPUT_SOCKET_METRIC("/ThermalHeadroom", (counters.getSocket<int32, ::getThermalHeadroom>(i))) in main()
628 OUTPUT_SOCKET_METRIC("/IPC", (counters.getSocket<double, ::getIPC>(i))) in main()
629OUTPUT_SOCKET_METRIC("/L2CacheHitRatio", (counters.getSocket<double, ::getL2CacheHitRatio>(i))) in main()
630OUTPUT_SOCKET_METRIC("/L3CacheHitRatio", (counters.getSocket<double, ::getL3CacheHitRatio>(i))) in main()
631 OUTPUT_SOCKET_METRIC("/L2CacheMisses", (counters.getSocket<uint64, ::getL2CacheMisses>(i))) in main()
632 OUTPUT_SOCKET_METRIC("/L3CacheMisses", (counters.getSocket<uint64, ::getL3CacheMisses>(i))) in main()
633 OUTPUT_SOCKET_METRIC("/L3Occupancy", (counters.getSocket<uint64, ::getL3CacheOccupancy>(i))) in main()
[all …]
/dports/sysutils/intel-pcm/pcm-202109/
H A Dpcm-sensor.cpp603 #define OUTPUT_SOCKET_METRIC(name, function) \ in main() macro
612OUTPUT_SOCKET_METRIC("/DRAMEnergy", (counters.getSocket<double, ::getDRAMConsumedJoules>(i))) in main()
613 OUTPUT_SOCKET_METRIC("/CPUEnergy", (counters.getSocket<double, ::getConsumedJoules>(i))) in main()
622OUTPUT_SOCKET_METRIC("/ThermalHeadroom", (counters.getSocket<int32, ::getThermalHeadroom>(i))) in main()
628 OUTPUT_SOCKET_METRIC("/IPC", (counters.getSocket<double, ::getIPC>(i))) in main()
629OUTPUT_SOCKET_METRIC("/L2CacheHitRatio", (counters.getSocket<double, ::getL2CacheHitRatio>(i))) in main()
630OUTPUT_SOCKET_METRIC("/L3CacheHitRatio", (counters.getSocket<double, ::getL3CacheHitRatio>(i))) in main()
631 OUTPUT_SOCKET_METRIC("/L2CacheMisses", (counters.getSocket<uint64, ::getL2CacheMisses>(i))) in main()
632 OUTPUT_SOCKET_METRIC("/L3CacheMisses", (counters.getSocket<uint64, ::getL3CacheMisses>(i))) in main()
633 OUTPUT_SOCKET_METRIC("/L3Occupancy", (counters.getSocket<uint64, ::getL3CacheOccupancy>(i))) in main()
[all …]