Skip to content
Snippets Groups Projects
Commit 0892c780 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update recorder to start timer

parent df8922fe
No related branches found
No related tags found
No related merge requests found
Pipeline #16154 passed
...@@ -197,6 +197,9 @@ static void run(ftl::Configurable *root) { ...@@ -197,6 +197,9 @@ static void run(ftl::Configurable *root) {
return true; return true;
}); });
LOG(INFO) << "Start timer";
ftl::timer::start(true);
LOG(INFO) << "Shutting down..."; LOG(INFO) << "Shutting down...";
ftl::timer::stop(); ftl::timer::stop();
slave.stop(); slave.stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment