MCPcopy Create free account
hub / github.com/Snapchat/Valdi / appendMs

Function appendMs

valdi/test/runtime/Tracer_tests.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace ValdiTest {
7
8TraceTimePoint appendMs(const TraceTimePoint& start, int ms) {
9 return start + std::chrono::milliseconds(ms);
10}
11
12TEST(Tracer, canRecordOperations) {
13 Tracer tracer;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected