diff --git a/be/src/vec/sink/vmysql_result_writer.cpp b/be/src/vec/sink/vmysql_result_writer.cpp index 1d8f033ecd..a3aa1d97f4 100644 --- a/be/src/vec/sink/vmysql_result_writer.cpp +++ b/be/src/vec/sink/vmysql_result_writer.cpp @@ -62,7 +62,7 @@ template void VMysqlResultWriter::_init_profile() { _append_row_batch_timer = ADD_TIMER(_parent_profile, "AppendBatchTime"); _convert_tuple_timer = ADD_CHILD_TIMER(_parent_profile, "TupleConvertTime", "AppendBatchTime"); - _result_send_timer = ADD_CHILD_TIMER(_parent_profile, "ResultRendTime", "AppendBatchTime"); + _result_send_timer = ADD_CHILD_TIMER(_parent_profile, "ResultSendTime", "AppendBatchTime"); _sent_rows_counter = ADD_COUNTER(_parent_profile, "NumSentRows", TUnit::UNIT); } diff --git a/docs/en/docs/admin-manual/http-actions/fe/profile-action.md b/docs/en/docs/admin-manual/http-actions/fe/profile-action.md index 7f45dbdabd..30f623a4bf 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/profile-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/profile-action.md @@ -71,7 +71,7 @@ Query: - MaxBlockSize: 8.00 MB DataBufferSender (dst_fragment_instance_id=a0a9259df9844029-845331577440a3be): - AppendBatchTime: 9.23us - - ResultRendTime: 956ns + - ResultSendTime: 956ns - TupleConvertTime: 5.735us - NumSentRows: 5 OLAP_SCAN_NODE (id=0):(Active: 1.506ms, % non-child: 20.59%) diff --git a/docs/zh-CN/docs/admin-manual/http-actions/fe/profile-action.md b/docs/zh-CN/docs/admin-manual/http-actions/fe/profile-action.md index b5f3482690..71e7d5dda0 100644 --- a/docs/zh-CN/docs/admin-manual/http-actions/fe/profile-action.md +++ b/docs/zh-CN/docs/admin-manual/http-actions/fe/profile-action.md @@ -71,7 +71,7 @@ Query: - MaxBlockSize: 8.00 MB DataBufferSender (dst_fragment_instance_id=a0a9259df9844029-845331577440a3be): - AppendBatchTime: 9.23us - - ResultRendTime: 956ns + - ResultSendTime: 956ns - TupleConvertTime: 5.735us - NumSentRows: 5 OLAP_SCAN_NODE (id=0):(Active: 1.506ms, % non-child: 20.59%)