search for: plotprofilecallgraph

Displaying 2 results from an estimated 2 matches for "plotprofilecallgraph".

2007 Aug 27
0
proftools package now available from CRAN
...a call graph via Graphviz. profileCallGraph2Dot prints out a Graphviz .dot file representing the profile graph. Times spent in calls can be mapped to node and edge colors. The resulting files can then be viewed with the Graphviz command line tools. plotProfileCallGraph uses the graph and Rgraphviz packages to produce call graph visualizations within R. You will need to install these packages to use this function. A SIMPLE EXAMPLE Collect profile information for the examples for glm: Rprof("glm.out") example(...
2007 Aug 27
0
proftools package now available from CRAN
...a call graph via Graphviz. profileCallGraph2Dot prints out a Graphviz .dot file representing the profile graph. Times spent in calls can be mapped to node and edge colors. The resulting files can then be viewed with the Graphviz command line tools. plotProfileCallGraph uses the graph and Rgraphviz packages to produce call graph visualizations within R. You will need to install these packages to use this function. A SIMPLE EXAMPLE Collect profile information for the examples for glm: Rprof("glm.out") example(...