forked from xiaozhi/xiaozhi-esp32
v1.6.5: Improve performance and memory usage
This commit is contained in:
@@ -13,7 +13,9 @@ public:
|
||||
static size_t GetFreeHeapSize();
|
||||
static std::string GetMacAddress();
|
||||
static std::string GetChipModelName();
|
||||
static esp_err_t PrintRealTimeStats(TickType_t xTicksToWait);
|
||||
static esp_err_t PrintTaskCpuUsage(TickType_t xTicksToWait);
|
||||
static void PrintTaskList();
|
||||
static void PrintHeapStats();
|
||||
};
|
||||
|
||||
#endif // _SYSTEM_INFO_H_
|
||||
|
||||
Reference in New Issue
Block a user