加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenlong_12 提交于 2022-07-18 17:02 . update depends for bundle.json
{
"name": "@ohos/bytrace",
"description": "A tool to trace processes and monitor performance",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/bytrace"
},
"dirs": {},
"scripts": {},
"component": {
"name": "bytrace",
"subsystem": "developtools",
"adapted_system_type": [
"standard"
],
"rom": "114KB",
"ram": "720KB",
"deps": {
"components": [
"hitrace_native",
"hiviewdfx_hilog_native",
"init",
"ipc",
"napi"
],
"third_party": [
"zlib"
]
},
"build": {
"sub_component": [
"//developtools/bytrace/bin:bytrace_target",
"//developtools/bytrace/bin:bytrace.cfg",
"//developtools/bytrace/interfaces/kits:jsapi_kits_target"
],
"inner_kits": [
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化