yiguolei commented on code in PR #39177: URL: https://github.com/apache/doris/pull/39177#discussion_r1712424382
########## be/src/olap/delta_writer_v2.cpp: ########## @@ -163,6 +163,13 @@ Status DeltaWriterV2::write(const vectorized::Block* block, const std::vector<ui } } SCOPED_RAW_TIMER(&_write_memtable_time); + ThreadCpuStopWatch cpu_time_stop_watch; Review Comment: 我觉得这个得加到async result writer 那个线程那里,这样所有的都被cover 住了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org