mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -511,7 +511,7 @@ void perform_file_based_benchmark(const std::string& file_name, const std::size_
|
||||
static_cast<int>(i + 1),
|
||||
static_cast<int>(expression_list.size()),
|
||||
(timer.time() * 1000000000.0) / (1.0 * rounds),
|
||||
static_cast<unsigned int>(timer.time() * 1000000000.0),
|
||||
static_cast<int>(timer.time() * 1000000000.0),
|
||||
sum,
|
||||
expr_str_list[i].c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user