
Go to the source code of this file.
Functions | |
| BENCHMARK (SomeSleep, Sleep1ms, 5, 10) | |
| BENCHMARK (SomeSleep, Sleep10ms, 5, 10) | |
| BENCHMARK (SomeSleep, Sleep20ms, 5, 10) | |
| void | msleep (unsigned int duration) |
| BENCHMARK | ( | SomeSleep | , |
| Sleep1ms | , | ||
| 5 | , | ||
| 10 | |||
| ) |
Definition at line 26 of file delivery_man_sleep.cpp.
| BENCHMARK | ( | SomeSleep | , |
| Sleep10ms | , | ||
| 5 | , | ||
| 10 | |||
| ) |
Definition at line 34 of file delivery_man_sleep.cpp.
| BENCHMARK | ( | SomeSleep | , |
| Sleep20ms | , | ||
| 5 | , | ||
| 10 | |||
| ) |
Definition at line 42 of file delivery_man_sleep.cpp.
| void msleep | ( | unsigned int | duration | ) | [inline] |
Definition at line 17 of file delivery_man_sleep.cpp.