===========================================================================
| 763 | |
| 764 | //=========================================================================== |
| 765 | Update_t CmdBenchmark (int nArgs) |
| 766 | { |
| 767 | if (g_bBenchmarking) |
| 768 | CmdBenchmarkStart(0); |
| 769 | else |
| 770 | CmdBenchmarkStop(0); |
| 771 | |
| 772 | return UPDATE_ALL; // TODO/FIXME Verify |
| 773 | } |
| 774 | |
| 775 | //=========================================================================== |
| 776 | Update_t CmdBenchmarkStart (int nArgs) |
nothing calls this directly
no test coverage detected