bytedeco/javacv

Is there a way to measure memory usage by JavaCV?

Open

#2,196 opened on Feb 29, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide