Description Usage Arguments Details See Also Examples
Plot method for objects of class "proftools_profData".
1 2 3 |
x |
an object of class |
type |
the type of plot to be drawn; default is a call graph. |
... |
additional arguments for specific plot types. |
Depending on the type argument the profile data plot
method calls link{plotProfileCallGraph},
calleeTreeMap, or flameGraph with
order = "hot" or orter = "time".
plotProfileCallGraph,
calleeTreeMap, flameGraph
1 2 3 4 5 | pd <- readProfileData(system.file("samples", "glmEx.out", package="proftools"))
plot(pd)
plot(pd, style = plain.style)
plot(pd, type = "call")
plot(pd, type = "flame")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.