[6.2.0][技术优化] 更改Handler消息记录方式,对编译生成的类方法集合进行过滤
This commit is contained in:
@@ -2,13 +2,13 @@ package com.mogo.eagle.core.function.api.devatools.perf
|
||||
|
||||
interface IMoGoCpuUsageProvider {
|
||||
|
||||
fun onProcessLaunched(time: Long)
|
||||
fun onProcessLaunched()
|
||||
|
||||
fun startMainThreadTime(time: Long)
|
||||
fun onMainThreadLaunched()
|
||||
|
||||
fun updateMainThreadTime(time: Long)
|
||||
fun updateMainThreadTime()
|
||||
|
||||
fun incrementOtherThreadUsage(group: String, t: Thread, usage: Long)
|
||||
fun updateOtherThreadTime()
|
||||
|
||||
fun dump(): LinkedHashMap<String, Long>
|
||||
}
|
||||
Reference in New Issue
Block a user