Skip to content

Commit 2f7dbfc

Browse files
final checks
1 parent 458f0f2 commit 2f7dbfc

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/cpp-profile-guided-optimisation/how-to-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66
layout: learningpathall
77
---
88

9-
## Introduction
9+
## Optimizing costly division operations with Google Benchmark and PGO
1010

1111
In this section, you'll learn how to use Google Benchmark and Profile-Guided Optimization to improve the performance of a simple division operation. This example demonstrates how even seemingly straightforward operations can benefit from optimization techniques.
1212

0 commit comments

Comments
 (0)