2021-06-01 16:04:49 +00:00
|
|
|
{
|
2022-01-24 12:23:23 +00:00
|
|
|
"name": "@ohos/profiler",
|
|
|
|
"description": "Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities",
|
|
|
|
"version": "3.09",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "developtools/profiler/device"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
|
|
|
"name": "profiler",
|
|
|
|
"subsystem": "developtools",
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "188KB",
|
|
|
|
"ram": "2000KB",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"hilog",
|
|
|
|
"hiprofiler",
|
|
|
|
"hiprofiler_cmd",
|
2022-02-10 11:47:04 +00:00
|
|
|
"hiprofiler_plugins",
|
|
|
|
"ace_napi",
|
|
|
|
"syspara"
|
2022-01-24 12:23:23 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"googletest",
|
|
|
|
"utils",
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-02-10 11:47:04 +00:00
|
|
|
"//developtools/profiler/device:hiprofiler_targets",
|
2022-02-14 02:31:34 +00:00
|
|
|
"//developtools/profiler/hidebug/interfaces/js/kits/napi:hidebug"
|
2022-02-10 11:47:04 +00:00
|
|
|
],
|
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"header": {
|
|
|
|
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
|
|
|
|
"header_files": [
|
|
|
|
"hidebug_base.h"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
|
|
|
|
}
|
2021-09-18 11:58:18 +00:00
|
|
|
],
|
2022-01-24 12:23:23 +00:00
|
|
|
"test": [
|
2021-09-18 11:58:18 +00:00
|
|
|
"//developtools/profiler/device:unittest",
|
|
|
|
"//developtools/profiler/interfaces/kits/test:unittest"
|
2021-06-01 16:04:49 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|