|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Aggregate runtime budget for replay frames and semantic actions. More...
#include "donner/editor/repro/ReplayResourceBudget.h"
Public Member Functions | |
| bool | reserveFrame (std::size_t physicalPixels) |
| bool | reserveAction (const ReplaySemanticActionCost &cost) |
| bool | reserveInput (const ReplayInputFrameCost &cost) |
| std::size_t | frames () const |
| std::size_t | pixelFrames () const |
| std::size_t | actions () const |
| std::size_t | selectionMutations () const |
| std::size_t | inputMutations () const |
| std::size_t | weightedWorkBytes () const |
| bool | rejected () const |
Aggregate runtime budget for replay frames and semantic actions.