![]() |
PhoenixHardware
0.2.0
Tools to get hardware information
|
This is the complete list of members for PFunctionPerf, including all inherited members.
copyPFunctionPerf(const PFunctionPerf &other) | PFunctionPerf | protected |
getName() const | PFunctionPerf | |
getPerf(size_t &nbCall, double &fullTime, double &averageTime, double &stdTime, size_t &minTime, size_t &maxTime) const | PFunctionPerf | |
initialisationPFunctionPerf(const std::string &name) | PFunctionPerf | private |
operator=(const PFunctionPerf &other) | PFunctionPerf | |
p_fullSqrTime | PFunctionPerf | private |
p_fullTime | PFunctionPerf | private |
p_maxTime | PFunctionPerf | private |
p_minTime | PFunctionPerf | private |
p_name | PFunctionPerf | private |
p_nbCall | PFunctionPerf | private |
p_timeBegin | PFunctionPerf | private |
PFunctionPerf(const std::string &name="") | PFunctionPerf | |
PFunctionPerf(const PFunctionPerf &other) | PFunctionPerf | |
print(std::ostream &out=std::cout) const | PFunctionPerf | |
printCsv(std::ostream &out=std::cout) const | PFunctionPerf | |
reset(size_t threadIndex) | PFunctionPerf | |
reset() | PFunctionPerf | |
resize(size_t nbThread) | PFunctionPerf | |
setName(const std::string &name) | PFunctionPerf | |
start(size_t threadIndex=0lu) | PFunctionPerf | |
stop(size_t threadIndex=0lu) | PFunctionPerf | |
~PFunctionPerf() | PFunctionPerf | virtual |