bytedeco/javacv

Is there a way to measure memory usage by JavaCV?

Open

#2,196 建立於 2024年2月29日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Java (1,583 fork)batch import
help wantedquestion

倉庫指標

Star
 (6,985 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I find a way to print the direct memory used by the direct byte buffers and mapped byte buffers: https://stackoverflow.com/questions/20058489/is-there-a-way-to-measure-direct-memory-usage-in-java But this solution can only print direct byte buffers. As JavaCV, Is direct byte buffers the only things in the direct memory?

貢獻者指南