unpack zips in src to better compression
This commit is contained in:
9
sources/z-tools/trunk/ztask/cpu.h
Normal file
9
sources/z-tools/trunk/ztask/cpu.h
Normal file
@@ -0,0 +1,9 @@
|
||||
extern inline int16 cpu_get_usage( void);
|
||||
extern void get_total_ram( void);
|
||||
extern inline void get_info_by_pid( int pid, char *name, char *ram_usage, uint32 *cpu_time);
|
||||
extern inline void get_free_ram( uint32 *st_Ram, uint32 *tt_ram);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user