Home
last modified time | relevance | path

Searched refs:PrintToScreen (Results 1 – 11 of 11) sorted by relevance

/dports/devel/cltune/CLTune-2.7.0/samples/simple/
H A Dsimple.cc59 tuner.PrintToScreen(); in main()
/dports/devel/cltune/CLTune-2.7.0/samples/conv_simple/
H A Dconv_simple.cc86 tuner.PrintToScreen(); in main()
/dports/devel/cltune/CLTune-2.7.0/samples/multiple_kernels/
H A Dmultiple_kernels.cc105 tuner.PrintToScreen(); in main()
/dports/devel/cltune/CLTune-2.7.0/include/
H A Dcltune.h153 double PUBLIC_API PrintToScreen() const;
/dports/devel/cltune/CLTune-2.7.0/samples/gemm/
H A Dgemm.cc201 auto time_ms = tuner.PrintToScreen(); in main()
/dports/devel/cltune/CLTune-2.7.0/samples/conv/
H A Dconv.cc228 auto time_ms = tuner.PrintToScreen(); in main()
/dports/math/clblast/CLBlast-1.1.0/src/tuning/
H A Dtuning.hpp157 auto time_ms = tuner.PrintToScreen(); in Tuner()
/dports/devel/cltune/CLTune-2.7.0/src/
H A Dcltune.cc302 double Tuner::PrintToScreen() const { in PrintToScreen() function in cltune::Tuner
/dports/devel/cltune/CLTune-2.7.0/doc/
H A Dapi.md98 * `double PrintToScreen() const`:
/dports/devel/cltune/CLTune-2.7.0/
H A DREADME.md87 my_tuner.PrintToScreen(); // Prints the results
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c211 void PrintToScreen (int curGen, int startGen, time_t endingT, time_t startingT);
13950 void PrintToScreen (int curGen, int startGen, time_t endingT, time_t startingT) in PrintToScreen() function
16642 PrintToScreen(0, 0, time(0), startingT); in RunChain()
16995 PrintToScreen(n, numPreviousGen, time(0), startingT); in RunChain()