From 47b772a4322a28d82e7b122141adeadc24e1c6af Mon Sep 17 00:00:00 2001 From: lisyarus Date: Mon, 3 Jun 2024 18:15:52 +0300 Subject: [PATCH] Use statistics_lite in profiler by default --- libs/prof/source/profiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;