You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/08/02 06:25:28 UTC

[GitHub] [orc] coderex2522 commented on pull request #1158: ORC-961: [C++] expose related metrics of the reader

coderex2522 commented on PR #1158:
URL: https://github.com/apache/orc/pull/1158#issuecomment-1202069403

   > @dongjoon-hyun I created jira-issue 1232 for this problem. Also, even the metrics is disabled by setting nullptr, there is still some cost of initing the AutoStopWatch object and destructing it. The following perf flamegraph shows the cost. Although the extra time may be trivial, it may be better to be disabled at compile time.
   
   
   I am confused about why does the chrono time function call still appear in the flamegraph after disabling the metrics.


-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org