Print total runtime for converter buddy tools with -d 11

This commit is contained in:
Matthias Koefferlein 2025-04-06 19:20:38 +02:00
parent 163c3b8edc
commit 83e0c17291
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "dbReader.h"
#include "dbWriter.h"
#include "tlCommandLineParser.h"
#include "tlTimer.h"
namespace bd
{
@ -53,6 +54,8 @@ int converter_main (int argc, char *argv[], const std::string &format)
db::Layout layout;
tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Total")));
{
db::LoadLayoutOptions load_options;
generic_reader_options.configure (load_options);