2020-08-20 13:59:41 +10:00
|
|
|
/* Do not edit this file. It was automatically generated. */
|
|
|
|
|
|
|
|
#ifndef HEADER_PressureStallMeter
|
|
|
|
#define HEADER_PressureStallMeter
|
|
|
|
/*
|
|
|
|
htop - PressureStallMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
|
|
|
(C) 2019 Ran Benita
|
2020-10-05 09:51:32 +02:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2020-08-20 13:59:41 +10:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Meter.h"
|
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass PressureStallCPUSomeMeter_class;
|
2020-08-20 13:59:41 +10:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass PressureStallIOSomeMeter_class;
|
2020-08-20 13:59:41 +10:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass PressureStallIOFullMeter_class;
|
2020-08-20 13:59:41 +10:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass PressureStallMemorySomeMeter_class;
|
2020-08-20 13:59:41 +10:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass PressureStallMemoryFullMeter_class;
|
2020-08-20 13:59:41 +10:00
|
|
|
|
|
|
|
#endif
|