ArmNN
 22.08
MockProfilingConnectionFactory Class Reference

#include <ProfilingMocks.hpp>

Inheritance diagram for MockProfilingConnectionFactory:

Public Member Functions

IProfilingConnectionPtr GetProfilingConnection (const ProfilingOptions &options) const override
 

Detailed Description

Definition at line 166 of file ProfilingMocks.hpp.

Member Function Documentation

◆ GetProfilingConnection()

IProfilingConnectionPtr GetProfilingConnection ( const ProfilingOptions &  options) const
inlineoverride

Definition at line 169 of file ProfilingMocks.hpp.

References armnn::IgnoreUnused().

170  {
171  arm::pipe::IgnoreUnused(options);
172  return std::make_unique<MockProfilingConnection>();
173  }
void IgnoreUnused(Ts &&...)

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