mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
3b5ce6112a
Signed-off-by: zyxzyx <zhangyixin19@huawei.com>
117 lines
3.6 KiB
JSON
117 lines
3.6 KiB
JSON
{
|
|
"name": "@ohos/hiprofiler",
|
|
"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"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "hiprofiler",
|
|
"subsystem": "developtools",
|
|
"features": [
|
|
"hiprofiler_SmartPerf"
|
|
],
|
|
"syscap": [
|
|
"SystemCapability.HiviewDFX.HiProfiler.HiDebug"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "188KB",
|
|
"ram": "2000KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_runtime",
|
|
"ability_base",
|
|
"access_token",
|
|
"bundle_framework",
|
|
"common_event_service",
|
|
"c_utils",
|
|
"faultloggerd",
|
|
"hichecker",
|
|
"hidumper",
|
|
"hilog",
|
|
"hitrace",
|
|
"hiview",
|
|
"ipc",
|
|
"init",
|
|
"napi",
|
|
"safwk",
|
|
"samgr",
|
|
"drivers_interface_memorytracker",
|
|
"graphic_2d",
|
|
"os_account",
|
|
"window_manager",
|
|
"image_framework"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"cJSON",
|
|
"grpc",
|
|
"libbpf",
|
|
"libunwind",
|
|
"openssl",
|
|
"protobuf",
|
|
"zlib",
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//developtools/profiler/device:hiprofiler_targets",
|
|
"//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module",
|
|
"//developtools/profiler/hidebug/frameworks/hidebug_ndk:ohhidebug",
|
|
"//developtools/profiler/host/smartperf/client/client_command/:SP_daemon",
|
|
"//developtools/profiler/host/smartperf/client/:SmartPerf",
|
|
"//developtools/profiler/host/smartperf/client/client_command_fps/:GP_daemon_fps",
|
|
"//developtools/profiler/hiebpf:hiebpf_tool",
|
|
"//developtools/profiler/timestamps:timestamps_tool"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
|
|
"header_files": [
|
|
"hidebug_base.h"
|
|
]
|
|
},
|
|
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug_init"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//developtools/profiler/device",
|
|
"header_files": [
|
|
"plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_client_manager.h",
|
|
"plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_config.h",
|
|
"base/include/common.h"
|
|
]
|
|
},
|
|
"name": "//developtools/profiler/device/plugins/native_daemon:libnative_daemon_client"
|
|
}
|
|
],
|
|
"test": [
|
|
"//developtools/profiler/device:fuzztest",
|
|
"//developtools/profiler/device:unittest",
|
|
"//developtools/profiler/interfaces/kits/test:unittest",
|
|
"//developtools/profiler/hidebug/test/unittest:unittest",
|
|
"//developtools/profiler/hiebpf/test:unittest",
|
|
"//developtools/profiler/proto_encoder/test:unittest",
|
|
"//developtools/profiler/host/smartperf/client/client_command/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|