Displaying 1 result from an estimated 1 matches for "omxcallramexpection".
2015 Sep 09
0
Profiling function that contains both C++ and Fortran Code
...dgemm_", the functions that 
consumes the vast majority of the time, would be called directly from 
the Main Thread. However, this is a low level Fortran function. It is 
always called by a C++ function called "omxDGEMM". In this example 
"omxDGEMM" is first called by "omxCallRamExpection" (so almost at the 
bottom of the call tree). The total time of "omxDGEMM" is 0. Thus, the 
profiling information is currently useless.
In the original version of the package "omxDGEMM" is defined as inline. 
I changed this in the hope that it would resolve the issue. This...