[gnome-devel-docs] optimization-guide: Split word, remove dead links
- From: Anders Jonsson <ajonsson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] optimization-guide: Split word, remove dead links
- Date: Tue, 10 Nov 2015 20:00:09 +0000 (UTC)
commit 298b122697db9ec6e6a69aa45e76cc185f4e53de
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Mon Nov 9 20:30:50 2015 +0100
optimization-guide: Split word, remove dead links
https://bugzilla.gnome.org/show_bug.cgi?id=757849
optimization-guide/C/index.page | 2 +-
optimization-guide/C/massif.page | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/optimization-guide/C/index.page b/optimization-guide/C/index.page
index 11e28bf..cc6ad7f 100644
--- a/optimization-guide/C/index.page
+++ b/optimization-guide/C/index.page
@@ -37,7 +37,7 @@
<section id="intro" style="2column">
<title>Introduction</title>
<p>This is a brief introduction to optimization, both the hows and
- thewhys. Details of individual tools and techniques are left for later
+ the whys. Details of individual tools and techniques are left for later
articles, but a collection of hints and tricks is provided.</p>
</section>
diff --git a/optimization-guide/C/massif.page b/optimization-guide/C/massif.page
index 886aa85..cae4808 100644
--- a/optimization-guide/C/massif.page
+++ b/optimization-guide/C/massif.page
@@ -50,8 +50,7 @@ valgrind --tool=massif --depth=5 --alloc-fn=g_malloc --alloc-fn=g_realloc --all
<media type="image" src="figures/massif-before.png"/>
</figure>
<p>
- <link xref="optimization-massif-FIG-output-unoptimized" />
- shows a typical postscript output from
+ The image above shows a typical postscript output from
<app>Massif</app>. This is the result you would get from
playing a single game of <app>Swell Foop</app> (version
2.8.0) and then quitting. The postscript file will have a
@@ -118,7 +117,7 @@ Called from:
pixbuf data in <app>Swell Foop</app> is determined by the
size of the game's graphics and cannot be easily
reduced. However, the amount of time it spends loaded into
- memory can be drastically reduced. <link xref="optimization-massif-FIG-output-optimized" /> shows
the <app>Massif</app> analysis of <app>Swell Foop</app> after being altered to dispose of the pixbufs once
the images have been loaded into the X server.
+ memory can be drastically reduced. The image below shows the <app>Massif</app> analysis of
<app>Swell Foop</app> after being altered to dispose of the pixbufs once the images have been loaded into the
X server.
</p>
<figure>
<title><app>Massif</app> output for the optimized <app>Swell Foop</app> program.</title>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]