Skip to content

Commit

Permalink
new version Wed Jun 5 07:17:34 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 5, 2024
1 parent 0e940a1 commit 513041a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5995,7 +5995,7 @@ <h3 class="posts-summary-list-title">Vishal Sharma</h3>
<ul class="posts-summary-posts-list">

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down Expand Up @@ -6585,7 +6585,7 @@ <h3 class="posts-summary-list-title">Yonghao Hu</h3>
</li>

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down
4 changes: 2 additions & 2 deletions categories/engineering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1 class="page-heading">Engineering</h1>

<div class="col-sm-5">
<a href="/profile-guided-optimisation">
<img src="/img/profile-guided-optimisation/cover.png" class="cover-photo" alt="Profile Guided Optimisation (PGO) on Grab services cover photo">
<img src="/img/profile-guided-optimisation/cover.png" class="cover-photo" alt="Profile-guided optimisation (PGO) on Grab services cover photo">
</a>
</div>

Expand All @@ -163,7 +163,7 @@ <h1 class="page-heading">Engineering</h1>
<a class="post-category" href="/categories/engineering/">Engineering </a>

<h2>
<a class="post-title-small" href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a class="post-title-small" href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
</h2>
<div class="post-content">Profile-guided optimisation (PGO) is a method that tracks CPU profile data and uses that data to optimise your application builds. The AI platform team enabled this on several Grab services to discover the full benefits and caveats of using PGO. Read this article to find out more.</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "https://engineering.grab.com/profile-guided-optimisation",
"url": "https://engineering.grab.com/profile-guided-optimisation",
"title": "Profile Guided Optimisation (PGO) on Grab services",
"title": "Profile-guided optimisation (PGO) on Grab services",
"date_published": "Wed, 05 Jun 2024 00:10:10 +0000",
"authors": [

Expand Down
6 changes: 3 additions & 3 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
</description>
<link>https://engineering.grab.com/</link>
<atom:link href="https://engineering.grab.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Wed, 05 Jun 2024 06:04:15 +0000</pubDate>
<lastBuildDate>Wed, 05 Jun 2024 06:04:15 +0000</lastBuildDate>
<pubDate>Wed, 05 Jun 2024 07:17:27 +0000</pubDate>
<lastBuildDate>Wed, 05 Jun 2024 07:17:27 +0000</lastBuildDate>
<generator>Jekyll v4.2.0</generator>

<item>
<title>Profile Guided Optimisation (PGO) on Grab services</title>
<title>Profile-guided optimisation (PGO) on Grab services</title>
<description>&lt;p&gt;&lt;a href=&quot;https://go.dev/doc/pgo&quot;&gt;Profile-guided optimisation (PGO)&lt;/a&gt; is a technique where CPU profile data for an application is collected and fed back into the next compiler build of Go application. The compiler then uses this CPU profile data to optimise the performance of that build by around &lt;a href=&quot;https://tip.golang.org/doc/pgo#overview&quot;&gt;2-14%&lt;/a&gt; currently (future releases could likely improve this figure further).&lt;/p&gt;

&lt;div class=&quot;post-image-section&quot;&gt;&lt;figure&gt;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@
<div class="col-md-12">

<a href="/profile-guided-optimisation">
<img src="/img/profile-guided-optimisation/cover.png" class="large-cover-photo" style="margin-bottom: 10px;" alt="Profile Guided Optimisation (PGO) on Grab services cover photo">
<img src="/img/profile-guided-optimisation/cover.png" class="large-cover-photo" style="margin-bottom: 10px;" alt="Profile-guided optimisation (PGO) on Grab services cover photo">
</a>



<a class="post-category" href="/categories/engineering/">Engineering </a>

<h2>
<a class="post-title" href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a class="post-title" href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
</h2>
<div class="post-content">Profile-guided optimisation (PGO) is a method that tracks CPU profile data and uses that data to optimise your application builds. The AI platform team enabled this on several Grab services to discover the full benefits and caveats of using PGO. Read this article to find out more.</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions profile-guided-optimisation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head>
<meta charset="utf-8">
<title>Profile Guided Optimisation (PGO) on Grab services</title>
<title>Profile-guided optimisation (PGO) on Grab services</title>
<meta name="description" content="Profile-guided optimisation (PGO) is a method that tracks CPU profile data and uses that data to optimise your application builds. The AI platform team enabled this on several Grab services to discover the full benefits and caveats of using PGO. Read this article to find out more.">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- Open Graph -->
<meta property="og:url" content="https://engineering.grab.com/profile-guided-optimisation">
<meta property="og:title" content="Profile Guided Optimisation (PGO) on Grab services">
<meta property="og:title" content="Profile-guided optimisation (PGO) on Grab services">
<meta property="og:description" content="Profile-guided optimisation (PGO) is a method that tracks CPU profile data and uses that data to optimise your application builds. The AI platform team enabled this on several Grab services to discover the full benefits and caveats of using PGO. Read this article to find out more.">
<meta property="og:site_name" content="Grab Tech">
<meta property="og:type" content="article">
Expand Down Expand Up @@ -138,13 +138,13 @@
<div class="wrapper">
<div class="post">
<header class="post-header">
<img src="/img/profile-guided-optimisation/cover.png" class="post-cover-photo" alt="Profile Guided Optimisation (PGO) on Grab services cover photo">
<img src="/img/profile-guided-optimisation/cover.png" class="post-cover-photo" alt="Profile-guided optimisation (PGO) on Grab services cover photo">


<a class="post-category" href="/categories/engineering/">Engineering </a>


<h1 class="post-title">Profile Guided Optimisation (PGO) on Grab services</h1>
<h1 class="post-title">Profile-guided optimisation (PGO) on Grab services</h1>

<div class="post-meta">
<div class="row">
Expand Down Expand Up @@ -418,9 +418,9 @@ <h1 id="join-us">Join us</h1>
</div>
<div class="sharing-links text-right">
Share on &nbsp;
<a href="https://twitter.com/intent/tweet?text=Profile Guided Optimisation (PGO) on Grab services&url=https://engineering.grab.com/profile-guided-optimisation&via=grabengineering&related=grabengineering" class="btn btn-sm btn-share btn-share-twitter" rel="nofollow" target="_new" title="Share on Twitter" onclick="onShareButtonClick(this); return false;"><i class="fa fa-lg fa-twitter"></i>&nbsp; Twitter</a>
<a href="https://twitter.com/intent/tweet?text=Profile-guided optimisation (PGO) on Grab services&url=https://engineering.grab.com/profile-guided-optimisation&via=grabengineering&related=grabengineering" class="btn btn-sm btn-share btn-share-twitter" rel="nofollow" target="_new" title="Share on Twitter" onclick="onShareButtonClick(this); return false;"><i class="fa fa-lg fa-twitter"></i>&nbsp; Twitter</a>
<a href="https://facebook.com/sharer.php?u=https://engineering.grab.com/profile-guided-optimisation" class="btn btn-sm btn-share btn-share-facebook" rel="nofollow" target="_new" title="Share on Facebook" onclick="onShareButtonClick(this); return false;"><i class="fa fa-lg fa-facebook"></i>&nbsp; Facebook</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://engineering.grab.com/profile-guided-optimisation&title=Profile Guided Optimisation (PGO) on Grab services
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://engineering.grab.com/profile-guided-optimisation&title=Profile-guided optimisation (PGO) on Grab services
&summary=Profile-guided optimisation (PGO) is a method that tracks CPU profile data and uses that data to optimise your application builds. The AI platform team enabled this on several Grab services to discover the full benefits and caveats of using PGO. Read this article to find out more.&source=Grab Tech" class="btn btn-sm btn-share btn-share-linkedin" rel="nofollow" target="_new" title="Share on LinkedIn" onclick="onShareButtonClick(this); return false;"><i class="fa fa-lg fa-linkedin"></i>&nbsp; LinkedIn</a>
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1 class="page-heading">Search Results</h1>
window.store = {

"profile-guided-optimisation": {
"title": "Profile Guided Optimisation (PGO) on Grab services",
"title": "Profile-guided optimisation (PGO) on Grab services",
"author": "yonghao-huvishal-sharma",
"tags": "[&quot;Go&quot;, &quot;optimisation&quot;, &quot;experiments&quot;, &quot;performance&quot;]",
"category": "",
Expand Down
8 changes: 4 additions & 4 deletions tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -4608,7 +4608,7 @@ <h3 class="posts-summary-list-title" id="experiments">experiments</h3>
<ul class="posts-summary-posts-list">

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down Expand Up @@ -4811,7 +4811,7 @@ <h3 class="posts-summary-list-title" id="go">Go</h3>
<ul class="posts-summary-posts-list">

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down Expand Up @@ -5973,7 +5973,7 @@ <h3 class="posts-summary-list-title" id="optimisation">optimisation</h3>
<ul class="posts-summary-posts-list">

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down Expand Up @@ -6034,7 +6034,7 @@ <h3 class="posts-summary-list-title" id="performance">performance</h3>
<ul class="posts-summary-posts-list">

<li class="posts-summary-posts-list-item">
<a href="/profile-guided-optimisation">Profile Guided Optimisation (PGO) on Grab services</a>
<a href="/profile-guided-optimisation">Profile-guided optimisation (PGO) on Grab services</a>
<small class="post-date">5 Jun 2024</small>
</li>

Expand Down

0 comments on commit 513041a

Please sign in to comment.