Displaying 2 results from an estimated 2 matches for "readprofiledata".
2007 Aug 27
0
proftools package now available from CRAN
...use of lazy evaluation a nested call
f(g(x)) will appear on the profile call stack as if g had been called
by f or one of f's callees, because it is the point at which the value
of g(x) is first needed that triggers the evaluation.
EXPORTED FUNCTIONS
The package exports five functions:
readProfileData reads the data in the file produced by Rprof into a
data structure used by the other functions in the package.
The format of the data structure is subject to change.
flatProfile is similar to summaryRprof. It returns either a
matrix with output analogous to gprof...
2007 Aug 27
0
proftools package now available from CRAN
...use of lazy evaluation a nested call
f(g(x)) will appear on the profile call stack as if g had been called
by f or one of f's callees, because it is the point at which the value
of g(x) is first needed that triggers the evaluation.
EXPORTED FUNCTIONS
The package exports five functions:
readProfileData reads the data in the file produced by Rprof into a
data structure used by the other functions in the package.
The format of the data structure is subject to change.
flatProfile is similar to summaryRprof. It returns either a
matrix with output analogous to gprof...