• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/bytrace",
3  "description": "A tool to trace processes and monitor performance",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "developtools/bytrace"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "bytrace",
14    "subsystem": "developtools",
15    "adapted_system_type": [
16      "standard"
17    ],
18    "rom": "114KB",
19    "ram": "720KB",
20    "deps": {
21      "components": [
22        "hitrace_native",
23        "hiviewdfx_hilog_native",
24        "init",
25        "ipc",
26        "napi"
27      ],
28      "third_party": [
29        "zlib"
30      ]
31    },
32    "build": {
33      "sub_component": [
34        "//developtools/bytrace/bin:bytrace_target",
35        "//developtools/bytrace/bin:bytrace.cfg",
36        "//developtools/bytrace/interfaces/kits:jsapi_kits_target"
37      ],
38      "inner_kits": [
39      ]
40    }
41  }
42}
43