MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / PerformanceRecorder

Method PerformanceRecorder

src/tests/performance/PerformanceRecorder.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace clMath;
27
28PerformanceRecorder::PerformanceRecorder()
29{
30 unsigned int size = static_cast<unsigned int>(BLAS_FUNCTION_END);
31
32 records_ = new PerfRecord[size];
33 memset(records_, 0, sizeof(PerfRecord) * size);
34}
35
36PerformanceRecorder::~PerformanceRecorder()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected