diff --git a/libs/prof/source/profiler.cpp b/libs/prof/source/profiler.cpp index 788e42f5..c9f5fbfc 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 execution_time; + util::statistics_lite execution_time; std::map children; std::vector::iterator> children_list;