MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / reportTestStart

Method reportTestStart

samples/common/logging.h:395–400  ·  view source on GitHub ↗

\brief Report that a test has started. \pre reportTestStart() has not been called yet for the given testAtom \param[in] testAtom The handle to the test that has started

Source from the content-addressed store, hash-verified

393 //! \param[in] testAtom The handle to the test that has started
394 //!
395 static void reportTestStart(TestAtom& testAtom)
396 {
397 reportTestResult(testAtom, TestResult::kRUNNING);
398 assert(!testAtom.mStarted);
399 testAtom.mStarted = true;
400 }
401
402 //!
403 //! \brief Report that a test has ended.

Callers 8

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected