MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / Print

Method Print

src/statTimer/statisticalTimer.CPU.cpp:358–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void
359CpuStatTimer::Print( )
360{
361 //double flops = fFunc( );
362
363 //for( cl_uint i = 0; i < labelID.size( ); ++i )
364 //{
365 // double timeNs = getAverageTime( i );
366 // double gFlops = flops / timeNs;
367
368 // std::cout << labelID[ i ].first << std::endl;
369 // tout << std::setw( 10 ) << "Time:" << std::setw( 10 ) << commatize( static_cast< cl_ulong >( timeNs ) )
370 // << " ns" << std::endl;
371 // tout << std::setw( 10 ) << "Gflops:" << std::setw( 10 ) << gFlops << std::endl;
372 //}
373}
374
375// Defining an output print operator
376std::ostream&

Callers 1

transformFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected