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:
@ -508,6 +508,7 @@ void perform_file_based_benchmark(const std::string& file_name, const std::size_
|
||||
}
|
||||
|
||||
exprtk::timer total_timer;
|
||||
exprtk::timer timer;
|
||||
|
||||
double single_eval_total_time = 0.0;
|
||||
|
||||
@ -517,8 +518,6 @@ void perform_file_based_benchmark(const std::string& file_name, const std::size_
|
||||
{
|
||||
expression_t& e = expression_list[i];
|
||||
|
||||
exprtk::timer timer;
|
||||
|
||||
a = 1.1;
|
||||
b = 2.2;
|
||||
c = 3.3;
|
||||
|
Reference in New Issue
Block a user