TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::Logger::TestAtom Class Reference

Opaque handle that holds logging information for a particular test. More...

Collaboration diagram for sample::Logger::TestAtom:

Public Member Functions

 TestAtom (TestAtom &&)=default
 

Private Member Functions

 TestAtom (bool started, const std::string &name, const std::string &cmdline)
 

Private Attributes

bool mStarted
 
std::string mName
 
std::string mCmdline
 

Friends

class Logger
 

Detailed Description

Opaque handle that holds logging information for a particular test.

This object is an opaque handle to information used by the Logger to print test results. The sample must call Logger::defineTest() in order to obtain a TestAtom that can be used with Logger::reportTest{Start,End}().

Constructor & Destructor Documentation

◆ TestAtom() [1/2]

sample::Logger::TestAtom::TestAtom ( TestAtom &&  )
default

◆ TestAtom() [2/2]

sample::Logger::TestAtom::TestAtom ( bool  started,
const std::string &  name,
const std::string &  cmdline 
)
inlineprivate

Friends And Related Function Documentation

◆ Logger

friend class Logger
friend

Member Data Documentation

◆ mStarted

bool sample::Logger::TestAtom::mStarted
private

◆ mName

std::string sample::Logger::TestAtom::mName
private

◆ mCmdline

std::string sample::Logger::TestAtom::mCmdline
private

The documentation for this class was generated from the following file: