• 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.0.9",
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        "access_token",
31        "arkxtest",
32        "bounds_checking_function",
33        "bundle_framework",
34        "common_event_service",
35        "cJSON",
36        "c_utils",
37        "faultloggerd",
38        "hiappevent",
39        "hichecker",
40        "hicollie",
41        "hidumper",
42        "hilog",
43        "hisysevent",
44        "hitrace",
45        "hiview",
46        "ipc",
47        "init",
48        "libbpf",
49		"libpng",
50        "napi",
51        "protobuf",
52        "runtime_core",
53        "safwk",
54        "samgr",
55        "storage_service",
56        "drivers_interface_memorytracker",
57        "graphic_2d",
58        "os_account",
59        "window_manager",
60        "image_framework",
61        "ffrt",
62        "openssl",
63        "zlib",
64        "grpc",
65        "storage_service",
66        "abseil-cpp",
67        "netmanager_base"
68      ],
69      "third_party": [
70        "libunwind"
71      ]
72    },
73    "hisysevent_config": [
74      "//developtools/profiler/hisysevent.yaml"
75    ],
76    "build": {
77      "sub_component": [
78        "//developtools/profiler/device:hiprofiler_targets",
79        "//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module",
80        "//developtools/profiler/hidebug/interfaces/ets/ani:ani_profiler_hidebug_package",
81        "//developtools/profiler/hidebug/frameworks/hidebug_ndk:ohhidebug",
82        "//developtools/profiler/hidebug/frameworks/native:hidebug_native",
83        "//developtools/profiler/host/smartperf/client/client_command/:SP_daemon",
84        "//developtools/profiler/host/smartperf/client/:SmartPerf",
85        "//developtools/profiler/hiebpf:hiebpf_tool",
86        "//developtools/profiler/timestamps:timestamps_tool",
87        "//developtools/profiler/tools/pagemap_parse:pagemap_tool",
88        "//developtools/profiler/host/smartperf/client/client_command:smartperf_daemon"
89      ],
90      "inner_kits": [
91        {
92          "header": {
93            "header_base": "//developtools/profiler/host/smartperf/client/client_command/interface",
94            "header_files": [
95              "GameServicePlugin.h",
96              "GameEventCallback.h",
97              "GpuCounterCallback.h"
98            ]
99          },
100          "name": "//developtools/profiler/host/smartperf/client/client_command:smartperf_daemon"
101        },
102        {
103          "header": {
104            "header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
105            "header_files": [
106              "hidebug_base.h"
107            ]
108          },
109          "name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
110        },
111        {
112          "header": {
113            "header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
114            "header_files": [
115              "hidebug_base.h"
116            ]
117          },
118          "name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug_init"
119        },
120        {
121          "header": {
122            "header_base": "//developtools/profiler/device",
123            "header_files": [
124              "plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_client_manager.h",
125              "plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_config.h",
126              "base/include/common.h"
127            ]
128          },
129          "name": "//developtools/profiler/device/plugins/native_daemon:libnative_daemon_client"
130        },
131        {
132          "header": {
133            "header_base": "//developtools/profiler/device",
134            "header_files": [
135              "plugins/network_profiler/client/include/network_profiler.h"
136            ]
137          },
138          "name": "//developtools/profiler/device/plugins/network_profiler/client:libnetwork_profiler"
139        },
140        {
141          "header": {
142            "header_base": "//developtools/profiler/device",
143            "header_files": [
144              "plugins/ffrt_profiler/client/include/ffrt_profiler.h"
145            ]
146          },
147          "name": "//developtools/profiler/device/plugins/ffrt_profiler/client:libffrt_profiler"
148        },
149        {
150          "header": {
151            "header_base": "//developtools/profiler/hidebug/interfaces/cj",
152            "header_files": []
153          },
154          "name": "//developtools/profiler/hidebug/interfaces/cj:cj_hidebug_ffi"
155        }
156      ],
157      "test": [
158        "//developtools/profiler/device:fuzztest",
159        "//developtools/profiler/device:unittest",
160        "//developtools/profiler/interfaces/kits/test:unittest",
161        "//developtools/profiler/hidebug/test/unittest:unittest",
162        "//developtools/profiler/proto_encoder/test:unittest",
163        "//developtools/profiler/host/smartperf/client/client_command/test:unittest"
164      ]
165    }
166  }
167}
168