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