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 }, 23 "build": { 24 "sub_component": [ 25 ], 26 "inner_kits": [ 27 ] 28 } 29 } 30} 31