![]() |
|
PhoenixMicroBenchmark
1.3.0
Toolset for function micro-benchmarking
|
Go to the source code of this file.
Functions | |
| void | phoenix_vectorToToml (std::ofstream &fs, const std::vector< double > &vecValue, const std::string &tableName, double nbElement) |
| Save a vector of values into a toml stream. | |
| void phoenix_vectorToToml | ( | std::ofstream & | fs, |
| const std::vector< double > & | vecValue, | ||
| const std::string & | tableName, | ||
| double | nbElement ) |
Save a vector of values into a toml stream.
| [out] | fs | : file stream to be updated |
| vecValue | : vector of values to be saved | |
| tableName | : name of the attribute | |
| nbElement | : number of commputed elements for ns/el and cy/el (otherwise 1) |
Definition at line 64 of file PFunctionTimer.cpp.
Referenced by PFunctionTimer::savePerf().