[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eProfiledDecisionBuilder\u003c/code\u003e is a class within the OR-Tools Constraint Solver library used for profiling the performance of a \u003ccode\u003eDecisionBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt wraps an existing \u003ccode\u003eDecisionBuilder\u003c/code\u003e and tracks the time spent in its \u003ccode\u003eNext\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for accessing the profiling data, such as the total time spent and the name of the underlying \u003ccode\u003eDecisionBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can integrate \u003ccode\u003eProfiledDecisionBuilder\u003c/code\u003e with the \u003ccode\u003eSolver\u003c/code\u003e and \u003ccode\u003eSearchMonitors\u003c/code\u003e to monitor and analyze decision-making performance during the search process.\u003c/p\u003e\n"]]],["The `ProfiledDecisionBuilder` class in C++ offers several methods: `Accept` to handle a `ModelVisitor`, `AppendMonitors` to add `SearchMonitor`s to a `Solver`, `DebugString` to provide a string representation, and `Next` to get the next `Decision` from a `Solver`. The `ProfiledDecisionBuilder` constructor takes a `DecisionBuilder`, while the destructor is `~ProfiledDecisionBuilder`. Methods are also present for getting the `name` and time in `seconds`.\n"],null,[]]