Skip to content

Commit

Permalink
Stop timer logging to std out
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Nov 14, 2024
1 parent d134374 commit 8719f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gribjump/remote/GribJumpUser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void GribJumpUser::handle_client(eckit::Stream& s, eckit::Timer& timer) {

template <typename RequestType>
void GribJumpUser::processRequest(eckit::Stream& s) {
eckit::Timer timer;
eckit::Timer timer("GribJumpUser::processRequest");

RequestType request(s);
MetricsManager::instance().set("elapsed_receive", timer.elapsed());
Expand Down

0 comments on commit 8719f36

Please sign in to comment.