| plot.proftools_profData | R Documentation |
Plot method for objects of class "proftools_profData".
## S3 method for class 'proftools_profData'
plot(x, type = c("call", "tree", "flame", "time"),
...)
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
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.