总体说明
msproftx采集的是用户和上层框架程序输出性能数据,数据保存在host和timeline目录下。
msproftx主要调用Profiling AscendCL API for Extension(Profiling AscendCL API扩展接口)进行打点采集,相关数据如表1所示。msproftx采集的同时也进行正常的Device性能数据采集,导出性能数据时将host和device目录的timeline数据进行汇总,另外host和device目录也有各自的timeline汇总数据。
文件名 |
说明 |
---|---|
msprof_tx.json |
msproftx timeline数据。对采集到的host msproftx timeline数据按线程进行拼接,并进行数据关联性展示。详情请参见timeline数据。 |
msprof_tx.csv |
msproftx summary数据。对采集到的host msproftx summary数据按线程进行拼接,并进行数据关联性展示。详情请参见summary数据。 |
父主题: msproftx数据说明