From 524cbe3cea3e9e467baec4c4156bd86e201e8356 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Wed, 30 Apr 2025 12:23:59 -0500 Subject: [PATCH] start review of PGO Learning Path --- .../cpp-profile-guided-optimisation/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation/_index.md b/content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation/_index.md index 6a13443882..931da5024e 100644 --- a/content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation/_index.md +++ b/content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation/_index.md @@ -1,6 +1,10 @@ --- title: Optimizing Performance with Profile-Guided Optimization and Google Benchmark +draft: true +cascade: + draft: true + minutes_to_complete: 15 who_is_this_for: Developers who are looking to optimise the performance of a program using the characteristics observed at runtime.