MCPcopy Create free account
hub / github.com/SIPp/sipp / getStartTime

Method getStartTime

src/stat.cpp:794–797  ·  view source on GitHub ↗

Get the current start time. */

Source from the content-addressed store, hash-verified

792
793/* Get the current start time. */
794void 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

Callers 2

print_count_fileFunction · 0.80
print_error_codes_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected