• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/profiler",
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/device"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "profiler",
14    "subsystem": "developtools",
15    "syscap": [
16      "SystemCapability.HiviewDFX.HiProfiler.HiDebug"
17    ],
18    "adapted_system_type": [
19      "standard"
20    ],
21    "rom": "188KB",
22    "ram": "2000KB",
23    "deps": {
24      "components": [
25        "hilog",
26        "hiprofiler",
27        "hiprofiler_cmd",
28        "hiprofiler_plugins",
29        "ace_napi",
30        "syspara"
31      ],
32      "third_party": [
33        "googletest",
34        "utils",
35        "zlib"
36      ]
37    },
38    "build": {
39      "sub_component": [
40        "//developtools/profiler/device:hiprofiler_targets",
41        "//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module"
42      ],
43      "inner_kits": [
44        {
45          "header": {
46            "header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
47            "header_files": [
48              "hidebug_base.h"
49            ]
50          },
51          "name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
52        }
53      ],
54      "test": [
55        "//developtools/profiler/device:unittest",
56        "//developtools/profiler/interfaces/kits/test:unittest"
57      ]
58    }
59  }
60}
61