hm-pt-core
v2.0.2
Published
DFX perf trace shared types and trace format decode primitives
Readme
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(功能测试 + 性能测试)。
