diff --git a/tensorflow/core/profiler/convert/op_stats_to_overview_page.cc b/tensorflow/core/profiler/convert/op_stats_to_overview_page.cc index 330b488dc8f..666463fc0bb 100644 --- a/tensorflow/core/profiler/convert/op_stats_to_overview_page.cc +++ b/tensorflow/core/profiler/convert/op_stats_to_overview_page.cc @@ -97,6 +97,9 @@ void ComputeFaqTips(OverviewPageRecommendation* re) { } void ComputeDocumentationTips(OverviewPageRecommendation* re) { + *re->add_documentation_tips() = MakeOverviewPageTipDocLink( + "https://www.tensorflow.org/guide/data_performance_analysis", + "Analyze tf.data performance with the TF Profiler"); *re->add_documentation_tips() = MakeOverviewPageTipDocLink( "https://www.tensorflow.org/guide/" "data_performance",