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",
|
2022-06-11 02:14:39 +00:00
|
|
|
"features": [
|
|
|
|
"profiler_SmartPerf"
|
|
|
|
],
|
2022-03-07 02:45:12 +00:00
|
|
|
"syscap": [
|
|
|
|
"SystemCapability.HiviewDFX.HiProfiler.HiDebug"
|
|
|
|
],
|
2022-01-24 12:23:23 +00:00
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "188KB",
|
|
|
|
"ram": "2000KB",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
2022-07-13 09:31:38 +00:00
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ability_runtime",
|
|
|
|
"ability_base",
|
|
|
|
"common",
|
|
|
|
"zlib",
|
|
|
|
"hidumper",
|
|
|
|
"bundle_framework",
|
|
|
|
"hiview",
|
|
|
|
"bounds_checking_function",
|
|
|
|
"ipc",
|
|
|
|
"init",
|
|
|
|
"hilog_native",
|
|
|
|
"napi",
|
2022-07-22 02:02:27 +00:00
|
|
|
"samgr",
|
2022-07-30 00:57:57 +00:00
|
|
|
"c_utils"
|
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-04-15 06:13:13 +00:00
|
|
|
"//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module",
|
2022-06-02 10:41:18 +00:00
|
|
|
"//developtools/profiler/host/smartperf/client/client_command/:SP_daemon",
|
2022-06-18 07:31:31 +00:00
|
|
|
"//developtools/profiler/host/smartperf/client/:SmartPerf",
|
|
|
|
"//developtools/profiler/host/smartperf/client/client_command_fps/:GP_daemon_fps"
|
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": [
|
2022-04-14 11:55:52 +00:00
|
|
|
"//developtools/profiler/device:fuzztest",
|
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
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-02-17 06:48:27 +00:00
|
|
|
}
|