提问人:shuwei wang 提问时间:4/4/2023 最后编辑:shuwei wang 更新时间:4/4/2023 访问量:22
如何使用 Chrome devtool 配置文件 JSON 计算 selfTime 和 totalTime
How to calculate selfTime & totalTime with Chrome devtool profile JSON
问:
下载 JSON 文件并想在 Python 中提取我想要的函数的 selfTime 和 totalTime,但是即使我搜索了很长时间,解决方案也很难找到。
只需要 selfTime 和 totalTime 计算方法!
以下供参考: 1.Chromium代码搜索 https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/aosp/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/TimeStatsProtoHeader.h
4.Github chrome https://chromedevtools.github.io/devtools-protocol/1-2/Profiler/
5.Github工具 https://github.com/ChromeDevTools/awesome-chrome-devtools#chrome-devtools-protocol
6.2016 npm 计算时间 https://npm.runkit.com/cpuprofile
答: 暂无答案
评论