|
libdballe
7.21
|
Public Member Functions | |
| ExistingDBTask (DB &db, const std::string &name) | |
Public Member Functions inherited from dballe::benchmark::Task | |
| Task (const std::string &name) | |
| Task (const Task &)=delete | |
| Task (Task &&)=delete | |
| Task & | operator= (const Task &)=delete |
| Task & | operator= (Task &&)=delete |
| virtual void | setup () |
| Set up the environment for running run_once() | |
| virtual void | run_once ()=0 |
| Run the task once. More... | |
| virtual void | teardown () |
| Clean up after the task has been measured. | |
Public Attributes | |
| DB & | db |
Public Attributes inherited from dballe::benchmark::Task | |
| std::string | name |
1.8.13