HCCL数据hccl_*.json。
hccl_*.json在Chrome浏览器中展示如下。
关键字段说明如下。
字段名 |
字段含义 |
---|---|
Communication OP |
通信算子。 |
Title |
选择某个组件的接口名称。 |
Start |
显示界面中时间轴上的时刻点,chrome trace自动对齐,单位ms。 |
Wall Duration |
表示当前接口调用耗时,单位ms。 |
Self Time |
表示当前指令本身执行耗时,单位ms。 |
Plane ID |
网络平面ID。 |
notify id |
notify唯一id。 |
duration estimated(us) |
预估任务持续时间,单位us。 |
stream id |
stream任务的ID。 |
task id |
task任务的ID。 |
task type |
task类型。 |
src rank |
源rank。 |
dst rank |
目的rank。 |
transport type |
传输链路类型。 |
size(Byte) |
数据量,单位Byte。 |
data type |
数据格式。 |
link type |
链路类型。 |
bandwidth(GB/s) |
带宽大小,单位GB/s |