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.