You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/31 13:23:43 UTC

[GitHub] [arrow] lidavidm commented on pull request #12286: ARROW-15408: [C++] Enable memory logging with env var

lidavidm commented on pull request #12286:
URL: https://github.com/apache/arrow/pull/12286#issuecomment-1025735144


   Right, we could attach allocations as an event on the currently active span, and then we'd have context (though, that would lose events if there is no active span). 
   
   `perf` can also trace calls to (je)malloc and get call stacks + record arguments, which may also be useful


-- 
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: github-unsubscribe@arrow.apache.org

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