feat: graphing in MTK toolkit, kernel exposes CPU time, Processes app Performance tab
This commit is contained in:
@@ -377,6 +377,7 @@ namespace Montauk {
|
||||
uint8_t _pad[3];
|
||||
char name[64];
|
||||
uint64_t heapUsed; // heapNext - UserHeapBase (bytes)
|
||||
uint64_t cpuTimeMs; // accumulated scheduler runtime
|
||||
};
|
||||
|
||||
struct MemStats {
|
||||
|
||||
Reference in New Issue
Block a user