How to measure the elapsed time in load a large data file using pipeline?

Hi.

We measured the performance of loading large files using the pipeline.

The elapse time measurement was obtained with the following query. Is that correct?

select sum (BATCH_TIME) from information_schema.pipelines_batches_summary;

Thank you.

Thank you for the answer. Is there any SQL query?