rm cpu_percentage function proto from main source
This is useless here, since this proto is provided by {linux,osx}/cpu.h
This commit is contained in:
parent
af8c544653
commit
03040e64f2
@ -44,13 +44,11 @@
|
|||||||
#include "linux/load.h"
|
#include "linux/load.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Function declarations.
|
// Function declarations.
|
||||||
// TODO: those should stay in separate headers
|
// TODO: those should stay in separate headers
|
||||||
// LINUX: DONE/partial
|
// LINUX: DONE/partial
|
||||||
// OSX: DONE/partial
|
// OSX: DONE/partial
|
||||||
// BSD: TODO
|
// BSD: TODO
|
||||||
float cpu_percentage( unsigned int cpu_usage_delay );
|
|
||||||
|
|
||||||
std::string cpu_string( unsigned int cpu_usage_delay,
|
std::string cpu_string( unsigned int cpu_usage_delay,
|
||||||
unsigned int graph_lines, bool use_colors = false ) {
|
unsigned int graph_lines, bool use_colors = false ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user