Get the current start time. */
| 792 | |
| 793 | /* Get the current start time. */ |
| 794 | void CStat::getStartTime(struct timeval *t) |
| 795 | { |
| 796 | memcpy(t, &M_startTime, sizeof(M_startTime)); |
| 797 | } |
| 798 | |
| 799 | |
| 800 | /* Use the short form standard deviation formula given the sum of the squares |
no outgoing calls
no test coverage detected