coderex2522 commented on code in PR #1158:
URL: https://github.com/apache/orc/pull/1158#discussion_r911718586
##########
c++/src/RleDecoderV2.cc:
##########
@@ -432,6 +435,7 @@ void RleDecoderV2::skip(uint64_t numValues) {
void RleDecoderV2::next(int64_t* const data,
const uint64_t numValues,
const char* const notNull) {
+ DEFINE_AUTO_STOPWATCH(metrics, DecodingLatencyUs, DecodingCount);
Review Comment:
Currently the pure decoding time is got by subtracting the time taken by the
readByte() function.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]