ArmNN
 22.08
MockProfilingServiceStatus Class Reference

#include <ProfilingMocks.hpp>

Inheritance diagram for MockProfilingServiceStatus:

Public Member Functions

void NotifyProfilingServiceActive () override
 
void WaitForProfilingServiceActivation (unsigned int timeout) override
 

Detailed Description

Definition at line 710 of file ProfilingMocks.hpp.

Member Function Documentation

◆ NotifyProfilingServiceActive()

void NotifyProfilingServiceActive ( )
inlineoverride

Definition at line 713 of file ProfilingMocks.hpp.

713 {}

◆ WaitForProfilingServiceActivation()

void WaitForProfilingServiceActivation ( unsigned int  timeout)
inlineoverride

Definition at line 714 of file ProfilingMocks.hpp.

References armnn::IgnoreUnused().

714 { arm::pipe::IgnoreUnused(timeout); }
void IgnoreUnused(Ts &&...)

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