diff --git a/libs/prof/source/profiler.cpp b/libs/prof/source/profiler.cpp index c9f5fbfc..b2bf2086 100644 --- a/libs/prof/source/profiler.cpp +++ b/libs/prof/source/profiler.cpp @@ -21,7 +21,7 @@ namespace psemek::prof profiler_tree * parent = nullptr; std::mutex * mutex = nullptr; - util::statistics_lite execution_time; + util::statistics_log_bucket execution_time; std::map children; std::vector::iterator> children_list;