Use statistics_lite in profiler by default
This commit is contained in:
parent
ad36acf238
commit
47b772a432
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace psemek::prof
|
|||
profiler_tree * parent = nullptr;
|
||||
std::mutex * mutex = nullptr;
|
||||
|
||||
util::statistics<double> execution_time;
|
||||
util::statistics_lite<double> execution_time;
|
||||
|
||||
std::map<std::string, profiler_tree> children;
|
||||
std::vector<std::map<std::string, profiler_tree>::iterator> children_list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue