Package org.openrewrite
Class RecipeRunStats
java.lang.Object
org.openrewrite.RecipeRunStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCalls()The number of times the recipe ran over all cycles.The total time spent across all executions of this recipe.getMax()The max time spent in any one execution of this recipe.The total time spent in running the visitor returned byRecipe.getVisitor()for this recipe.The total time spent in running the visitor returned byRecipe.visit(List, ExecutionContext)()} for this recipe.printAsMermaidGantt(double scale)
-
Constructor Details
-
RecipeRunStats
-
-
Method Details
-
getCalls
public int getCalls()The number of times the recipe ran over all cycles. -
getCumulative
The total time spent across all executions of this recipe. -
getMax
The max time spent in any one execution of this recipe. -
getOwnGetVisitor
The total time spent in running the visitor returned byRecipe.getVisitor()for this recipe. -
getOwnVisit
The total time spent in running the visitor returned byRecipe.visit(List, ExecutionContext)()} for this recipe. -
getApplicability
-
printAsMermaidGantt
-
printAsCsv
-