I am trying to profile an OpenMx function, an R package containing C ++ and Fortran code, for processor time. My operating system is OS X 10.10. I read a section on this subject in the R manual. This section and this post make me try Tools. Here is what i did
- Open tools
- Select a time profiler template
- Pressed record
- Started my R script using RStudio
I get the following output:
. The sample command line tool returns the same result.
, : omxunsafedgemm_ . Fortran . ++ omxDGEMM. omxDGEMM omxCallRamExpection ( ). omxDGEMM 0. , .
omxDGEMM . , . . omxunsafedgemm omxDGEMM ,
F77_CALL(omxunsafedgemm)(&transa, &transb,
&(nrow), &(ncol), &(nmid),
&alpha, a->data, &(a->leading),
b->data, &(b->leading),&beta, result->data, &(result->leading));
, ?