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

Function set_elapsed_time

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

Sets the elapsed time.

Source from the content-addressed store, hash-verified

13079
13080 // Sets the elapsed time.
13081 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
13082
13083 // Adds a test property to the list. The property is validated and may add
13084 // a non-fatal failure if invalid (e.g., if it conflicts with reserved

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected