Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bundle.json 732 Bytes
Copy Edit Raw Blame History
{
"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",
"hilog",
"init",
"ipc",
"napi"
]
},
"build": {
"sub_component": [
"//developtools/bytrace/interfaces/kits:jsapi_kits_target"
],
"inner_kits": [
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化