2.1.0 • Published 2 weeks ago
hm-pt-core
Licence
MIT
Version
2.1.0
Deps
0
Size
56 kB
Vulns
0
Weekly
0
hm-pt-core
DFX perf trace 公共层:跨 hiperf_txt_parser 与 hmtrace-parser 共享的数据类型与 trace format 解码原语。
安装
npm install hm-pt-core
导出
- perf 类型:
RecordSample,PerfData,CallchainEntry,RawEntry, … - trace 机制:
parseTraceFormat,buildTraceParserRegistry,decodeRawByRegistry,tokenizePrintfFormat, … - hitrace 契约:
HitraceRecordSnapshot,HitraceThreadIndexSnapshot - 工具:
isPerfDataLike
版本兼容
| hm-pt-core | hiperf_txt_parser | hmtrace-parser |
|---|---|---|
| 2.0.x(当前 2.0.1) | 2.1.x | 0.8.x |
开发
npm install
npm run build
npm run test:all
提交前需依次跑通 npm run build 与 npm run test:all(功能测试 + 性能测试)。