2021-06-01 16:04:49 +00:00
|
|
|
{
|
2023-06-02 02:40:52 +00:00
|
|
|
"name": "@ohos/hiprofiler",
|
2022-01-24 12:23:23 +00:00
|
|
|
"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": {
|
2023-03-14 03:18:03 +00:00
|
|
|
"destPath": "developtools/profiler"
|
2022-01-24 12:23:23 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2023-06-02 02:40:52 +00:00
|
|
|
"name": "hiprofiler",
|
2022-01-24 12:23:23 +00:00
|
|
|
"subsystem": "developtools",
|
2022-06-11 02:14:39 +00:00
|
|
|
"features": [
|
2023-06-02 02:40:52 +00:00
|
|
|
"hiprofiler_SmartPerf"
|
2022-06-11 02:14:39 +00:00
|
|
|
],
|
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
|
|
|
"ability_runtime",
|
|
|
|
"ability_base",
|
2023-06-21 08:15:10 +00:00
|
|
|
"bundle_framework",
|
|
|
|
"common_event_service",
|
|
|
|
"c_utils",
|
|
|
|
"faultloggerd",
|
2023-07-10 09:46:44 +00:00
|
|
|
"hichecker",
|
2022-07-13 09:31:38 +00:00
|
|
|
"hidumper",
|
2023-06-21 08:15:10 +00:00
|
|
|
"hilog",
|
2022-07-13 09:31:38 +00:00
|
|
|
"hiview",
|
|
|
|
"ipc",
|
|
|
|
"init",
|
|
|
|
"napi",
|
2023-06-02 02:40:52 +00:00
|
|
|
"safwk",
|
2023-10-17 07:26:15 +00:00
|
|
|
"samgr",
|
2023-10-26 09:37:32 +00:00
|
|
|
"drivers_interface_memorytracker",
|
|
|
|
"graphic_2d",
|
|
|
|
"os_account",
|
2023-10-26 09:12:13 +00:00
|
|
|
"window_manager",
|
|
|
|
"image_framework"
|
2022-01-24 12:23:23 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
2023-05-31 09:12:42 +00:00
|
|
|
"bounds_checking_function",
|
2023-10-26 09:37:32 +00:00
|
|
|
"cJSON",
|
2023-06-02 02:40:52 +00:00
|
|
|
"grpc",
|
2023-06-21 08:15:10 +00:00
|
|
|
"libbpf",
|
2023-06-29 12:23:16 +00:00
|
|
|
"libunwind",
|
2023-06-21 08:15:10 +00:00
|
|
|
"openssl",
|
|
|
|
"protobuf",
|
2023-10-26 09:12:13 +00:00
|
|
|
"zlib",
|
|
|
|
"libpng"
|
2023-10-26 11:19:44 +00:00
|
|
|
]
|
2022-01-24 12:23:23 +00:00
|
|
|
},
|
|
|
|
"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",
|
2022-11-25 07:48:45 +00:00
|
|
|
"//developtools/profiler/host/smartperf/client/client_command_fps/:GP_daemon_fps",
|
2023-02-15 03:56:12 +00:00
|
|
|
"//developtools/profiler/hiebpf:hiebpf_tool",
|
2023-03-31 08:01:00 +00:00
|
|
|
"//developtools/profiler/timestamps:timestamps_tool"
|
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"
|
2022-11-19 11:06:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": {
|
|
|
|
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
|
|
|
|
"header_files": [
|
|
|
|
"hidebug_base.h"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug_init"
|
2022-02-10 11:47:04 +00:00
|
|
|
}
|
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",
|
2022-08-25 02:48:03 +00:00
|
|
|
"//developtools/profiler/interfaces/kits/test:unittest",
|
2023-04-23 03:51:42 +00:00
|
|
|
"//developtools/profiler/hidebug/test/unittest:unittest",
|
2023-04-28 02:40:18 +00:00
|
|
|
"//developtools/profiler/hiebpf/test:unittest",
|
|
|
|
"//developtools/profiler/proto_encoder/test:unittest"
|
2021-06-01 16:04:49 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-02-17 06:48:27 +00:00
|
|
|
}
|