Command_Benchmark Class Reference

This command is used for toggling a benchmark in the application. More...

#include <predefinedcommands.h>

Inheritance diagram for Command_Benchmark:
SingleCommandZeroArguments Command

List of all members.

Public Member Functions

 Command_Benchmark (bool *ptr)

Detailed Description

This command is used for toggling a benchmark in the application.

It simply calls the SingleCommandZeroArguments ctor and sets the values:
name = --benchmark
shortName = -b

See also:
Command, SingleCommandZeroArguments, CommandlineParser

Definition at line 42 of file predefinedcommands.h.