[Feat]新增性能监控工具

This commit is contained in:
chenfufeng
2022-08-25 17:04:40 +08:00
parent 6d6b14f36e
commit 437535837e
25 changed files with 1678 additions and 10 deletions

View File

@@ -113,4 +113,8 @@ interface IDevaToolsProvider : IProvider {
* 隐藏状态栏
*/
fun hideStatusBar()
fun startMonitor()
fun stopMonitor()
}