Blame optimization-guide/zh_CN/index.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" type="guide" style="task" id="index" xml:lang="zh-CN">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <license>
Packit 1470ea
      

Permission is granted to copy, distribute and/or modify this document

Packit 1470ea
      under the terms of the GNU Free Documentation License, Version 1.1 or any
Packit 1470ea
      later version published by the Free Software Foundation with no Invariant
Packit 1470ea
      Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a
Packit 1470ea
      copy of the GNU Free Documentation License from the Free Software
Packit 1470ea
      Foundation by visiting <link href="http://www.fsf.org">their Web
Packit 1470ea
      site</link> or by writing to: Free Software Foundation, Inc., 51 Franklin
Packit 1470ea
      Street, Fifth Floor Boston, MA 02110-1335, USA.

Packit 1470ea
Packit 1470ea
      

Many of the names used by companies to distinguish their products and

Packit 1470ea
      services are claimed as trademarks. Where those names appear in any
Packit 1470ea
      GNOME documentation, and those trademarks are made aware to the members
Packit 1470ea
      of the GNOME Documentation Project, the names have been printed in caps
Packit 1470ea
      or initial caps.

Packit 1470ea
    </license>
Packit 1470ea
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <years>2004-2005</years>
Packit 1470ea
      <name>Callum McKenzie</name>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <years>2004-2005</years>
Packit 1470ea
      <name>Robert Love</name>
Packit 1470ea
    </credit>
Packit 1470ea
Packit 1470ea
    <desc>Software can be optimized in many ways: for speed, program size, or memory use. This section contains guides and tutorials for optimizing your software.</desc>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
  <title>Optimization Guide</title>
Packit 1470ea
Packit 1470ea
  <section id="intro" style="2column">
Packit 1470ea
     <title>简介</title>
Packit 1470ea
     

这是关于优化的一个简单介绍,以及如何做和为何这么做。每个工具和技术的细节留到未来的文档中,但是提供了一些提示和技巧。

Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
  <section id="massif" style="2column">
Packit 1470ea
     <title>Massif</title>
Packit 1470ea
     

This article describes how to use the <app>Massif</app> heap profiler

Packit 1470ea
     with GNOME applications. We describe how to invoke, interpret, and act on
Packit 1470ea
     the output of <app>Massif</app>. The <app>Swell Foop</app> game is used as
Packit 1470ea
     an example.

Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
  <section id="harm" style="2column">
Packit 1470ea
     <title>Harmfulness</title>
Packit 1470ea
     

磁盘寻道是您可能遇到的最昂贵的操作之一。从查看执行的数量,可能不能了解到,但这是真的。相应地,请避免如下次优的选择:

Packit 1470ea
  </section>
Packit 1470ea
Packit 1470ea
</page>