Plot method for objects of class "proftools_profData".
Usage
# S3 method for proftools_profData
plot(x, type = c("call", "tree", "flame", "time"),
…)
Arguments
x
an object of class "proftools_profData".
type
the type of plot to be drawn; default is a call graph.
…
additional arguments for specific plot types.
Details
Depending on the type argument the profile data plot
method calls link{plotProfileCallGraph},
calleeTreeMap, or flameGraph with
order = "hot" or orter = "time".