From 6bd73e3698032f3164a1dfdbdd533af922fbb551 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Tue, 23 Jan 2024 15:06:48 +0100 Subject: [PATCH] Update hint to performance metric files --- Adapter.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adapter.C b/Adapter.C index b92f3d00..717a871b 100644 --- a/Adapter.C +++ b/Adapter.C @@ -1663,7 +1663,7 @@ preciceAdapter::Adapter::~Adapter() Info << " (I) advance(): " << timeInAdvance_.str() << nl; Info << " (I) finalize(): " << timeInFinalize_.str() << nl; Info << " These times include time waiting for other participants." << nl; - Info << " See also precice--events-summary.log." << nl; + Info << " See also precice-profiling on the website https://precice.org/tooling-performance-analysis.html." << nl; Info << "-------------------------------------------------------------------------------------" << nl;) return;