PhoenixMicroBenchmark  1.3.0
Toolset for function micro-benchmarking
Loading...
Searching...
No Matches
PFunctionTimer Member List

This is the complete list of members for PFunctionTimer, including all inherited members.

copyPFunctionTimer(const PFunctionTimer &other)PFunctionTimerprotected
evalPerf(_Callable &&__f, _Args &&... __args)PFunctionTimer
getNbElement() constPFunctionTimer
getSortedPerf(std::vector< double > &orderPerfNs, std::vector< double > &orderPerfCy) constPFunctionTimer
initialisationPFunctionTimer(size_t nbMeasure, size_t nbElement)PFunctionTimerprivate
operator=(const PFunctionTimer &other)PFunctionTimer
p_nbElementPFunctionTimerprivate
p_nbMeasurePFunctionTimerprivate
p_vecEllapsedTimeCyclePFunctionTimerprivate
p_vecEllapsedTimeNsPFunctionTimerprivate
PFunctionTimer(size_t nbMeasure=0lu, size_t nbElement=0lu)PFunctionTimer
PFunctionTimer(const PFunctionTimer &other)PFunctionTimer
resize(size_t nbMeasure)PFunctionTimer
savePerf(const std::string &fileName) constPFunctionTimer
saveQuantilePerf(std::ofstream &fs, const std::vector< double > &orderPerfNs, const std::vector< double > &orderPerfCy, const std::string &name, size_t valueIndex) constPFunctionTimerprivate
setNbElement(size_t nbElement)PFunctionTimer
~PFunctionTimer()PFunctionTimervirtual