search for: akiqm

Displaying 1 result from an estimated 1 matches for "akiqm".

Did you mean: akim
2015 Sep 09
0
Profiling function that contains both C++ and Fortran Code
...ompiled-code). This section and this post (http://blog.fellstat.com/?p=337) lead me to try Instruments. Here is what I did: -Opened Instruments -Chose the Time Profiler Template -Pressed Record -Started my script using RStudio The output of instruments looks like this: http://i.stack.imgur.com/aKIQm.jpg. The command line tool "sample" returns the same output The problem is that it looks like "omxunsafedgemm_", 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 al...