Use 5%-accurate log-bucketing statistics in profiler
This commit is contained in:
parent
30877401a3
commit
ea037acbc0
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_lite<double> execution_time;
|
||||
util::statistics_log_bucket<double, 0.05> 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