From b66d31891b23a7adf653267be3636064813b10a6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 27 Mar 2017 05:08:30 +0200 Subject: [PATCH] Revert "profile instant.xml save" This reverts commit e965e5edcdd9fdc8a4c68b4d50656cd4e0c53f18. --- libs/pbd/stateful.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/pbd/stateful.cc b/libs/pbd/stateful.cc index 59aa1f896a..8b8219f7e2 100644 --- a/libs/pbd/stateful.cc +++ b/libs/pbd/stateful.cc @@ -23,7 +23,6 @@ #else #include #endif -#include // std::setprecision #include #include @@ -113,9 +112,6 @@ Stateful::save_extra_xml (const XMLNode& node) void Stateful::add_instant_xml (XMLNode& node, const std::string& directory_path) { -#ifndef NDEBUG - const int64_t save_start_time = g_get_monotonic_time(); -#endif if (!Glib::file_test (directory_path, Glib::FILE_TEST_IS_DIR)) { if (g_mkdir_with_parents (directory_path.c_str(), 0755) != 0) { error << string_compose(_("Error: could not create directory %1"), directory_path) << endmsg; @@ -151,10 +147,6 @@ Stateful::add_instant_xml (XMLNode& node, const std::string& directory_path) if (!tree.write()) { error << string_compose(_("Error: could not write %1"), instant_xml_path) << endmsg; } -#ifndef NDEBUG - const int64_t elapsed_time_us = g_get_monotonic_time() - save_start_time; - cerr << "saved '"<< instant_xml_path << "' in " << fixed << setprecision (1) << elapsed_time_us / 1000. << " ms\n"; -#endif } XMLNode *