Documentation Language: Swift

Structure

CommandStackStatistics

Performance and usage statistics for command stack operations.

struct CommandStackStatistics

Topics

Initializers

?

Instance Properties

V
averageExecutionTime

Average execution time per command.

V
executionCount

Total number of commands executed.

V
failureCount

Number of failed command executions.

V
flushCount

Number of times the stack was flushed.

V
redoCount

Number of redo operations performed.

V
successCount

Number of successful command executions.

V
successRate

Success rate of command executions.

V
totalExecutionTime

Total time spent executing commands (in seconds).

V
undoCount

Number of undo operations performed.

Default Implementations

Relationships

Conforms To