• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hiprofiler",
3  "description": "Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities",
4  "version": "3.09",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "developtools/profiler"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "hiprofiler",
14    "subsystem": "developtools",
15    "features": [
16      "hiprofiler_SmartPerf"
17    ],
18    "syscap": [
19      "SystemCapability.HiviewDFX.HiProfiler.HiDebug"
20    ],
21    "adapted_system_type": [
22      "standard"
23    ],
24    "rom": "188KB",
25    "ram": "2000KB",
26    "deps": {
27      "components": [
28        "ability_runtime",
29        "ability_base",
30        "bundle_framework",
31        "common_event_service",
32        "c_utils",
33        "faultloggerd",
34        "hichecker",
35        "hidumper",
36        "hilog",
37        "hiview",
38        "ipc",
39        "init",
40        "napi",
41        "safwk",
42        "samgr",
43        "drivers_interface_memorytracker",
44        "graphic_2d",
45        "os_account",
46        "window_manager",
47        "image_framework"
48      ],
49      "third_party": [
50        "bounds_checking_function",
51        "cJSON",
52        "grpc",
53        "libbpf",
54        "libunwind",
55        "openssl",
56        "protobuf",
57        "zlib",
58        "libpng"
59      ]
60    },
61    "build": {
62      "sub_component": [
63        "//developtools/profiler/device:hiprofiler_targets",
64        "//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module",
65        "//developtools/profiler/host/smartperf/client/client_command/:SP_daemon",
66        "//developtools/profiler/host/smartperf/client/:SmartPerf",
67        "//developtools/profiler/host/smartperf/client/client_command_fps/:GP_daemon_fps",
68        "//developtools/profiler/hiebpf:hiebpf_tool",
69        "//developtools/profiler/timestamps:timestamps_tool"
70      ],
71      "inner_kits": [
72        {
73          "header": {
74            "header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
75            "header_files": [
76              "hidebug_base.h"
77            ]
78          },
79          "name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
80        },
81        {
82          "header": {
83            "header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
84            "header_files": [
85              "hidebug_base.h"
86            ]
87          },
88          "name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug_init"
89        },
90        {
91          "header": {
92            "header_base": "//developtools/profiler/device",
93            "header_files": [
94              "plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_client_manager.h",
95              "plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_config.h",
96              "base/include/common.h"
97            ]
98          },
99          "name": "//developtools/profiler/device/plugins/native_daemon:libnative_daemon_client"
100        }
101      ],
102      "test": [
103        "//developtools/profiler/device:fuzztest",
104        "//developtools/profiler/device:unittest",
105        "//developtools/profiler/interfaces/kits/test:unittest",
106        "//developtools/profiler/hidebug/test/unittest:unittest",
107        "//developtools/profiler/hiebpf/test:unittest",
108        "//developtools/profiler/proto_encoder/test:unittest"
109      ]
110    }
111  }
112}
113