wjones127 commented on issue #15231: URL: https://github.com/apache/arrow/issues/15231#issuecomment-1377899563
Yeah the schema is basically: ``` allocs_per_iter: double max_bytes_used: int64_t total_allocated_bytes: int64_t net_heap_growth: int64_t ``` The latter two aren't always output, but you'll probably just treat them all as optional. Here's an example from their unit tests: https://github.com/google/benchmark/blob/62edc4fb00e1aeab86cc69c70eafffb17219d047/test/memory_manager_test.cc#L23-L37 -- 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]
