MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / elapsed_time

Function elapsed_time

tests/gtest/gtest.h:13048–13048  ·  view source on GitHub ↗

Returns the elapsed time, in milliseconds.

Source from the content-addressed store, hash-verified

13046
13047 // Returns the elapsed time, in milliseconds.
13048 TimeInMillis elapsed_time() const { return elapsed_time_; }
13049
13050 // Returns the i-th test part result among all the results. i can range from 0
13051 // to total_part_count() - 1. If i is not in that range, aborts the program.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected