On Tue, Apr 18, 2017 at 4:38 AM, <[email protected]> wrote:
> Hello, > I've encountered a problem with very slow reading speed from memory > allocated by pru kernel driver uio_pruss comparing to reading from usual > address spaces. Here is an performance tests on my Beagle Bone black: > > Average memcpy from pru DDR start address to application virtual address > (300 kB of data): 10.4781ms > Average cv::Mat.copyTo (300 kB of data): 11.0681ms > Average memcpy from one virtual address to another (300 kB of data): > 0.510001ms > > Kernel version is 4.4.12-bone11 > > Can somebody explain the issue? May be I should have used new pru rpmesg > rproc driver? > I do not think anyone would be able to answer this question properly without at least doing a code review of your code. Also you're not really giving enough information as to what exactly it is that you're doing it. So to me, your numbers and times make sense, but your qualifiers do not mean anything to me. You also need to be aware that memcopy() is notoriously slow . . . -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORpf-Gc3i2_s5SncJzwHWVZeKt_wBtY66cvNYTWkKw7JwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
