2020-08-20 03:59:41 +00: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 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2020-08-20 03:59:41 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Meter.h"
|
|
|
|
|
2021-04-29 15:12:43 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass PressureStallCPUSomeMeter_class;
|
2020-08-20 03:59:41 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass PressureStallIOSomeMeter_class;
|
2020-08-20 03:59:41 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass PressureStallIOFullMeter_class;
|
2020-08-20 03:59:41 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass PressureStallMemorySomeMeter_class;
|
2020-08-20 03:59:41 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass PressureStallMemoryFullMeter_class;
|
2020-08-20 03:59:41 +00:00
|
|
|
|
|
|
|
#endif
|