MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / check_errors

Method check_errors

src/Module/Monitor/BFER/Monitor_BFER.cpp:165–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164template<typename B>
165int
166Monitor_BFER<B>::check_errors(const B* U, const B* V, const int frame_id, const bool managed_memory)
167{
168 (*this)[mnt::sck::check_errors::U].bind(U);
169 (*this)[mnt::sck::check_errors::V].bind(V);
170 const auto& status = (*this)[mnt::tsk::check_errors].exec(frame_id, managed_memory);
171
172 return status[0];
173}
174
175template<typename B>
176int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected