Blame optimization-guide/gl/index.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" type="guide" style="task" id="index" xml:lang="gl">
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
      

Moitos dos nomes usados por empresas para distinguir os seus produtos e servizos son marcas rexistradas. Cando aparezan ditos nomes na documentación de GNOME, e esas marcas rexistradas se lle mostren aos membros do Proxecto de Documentación de GNOME, os nomes son escritos en maiúsculas ou maiúscula inicial.

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>O software pode optimizarse de moitas formas: para maior velocidade, tamaño do programa ou uso de memoria. Esta sección contén guías e titoriais para optimizar o seu software.</desc>
Packit 1470ea
  
Packit 1470ea
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 1470ea
      <mal:name>Fran Dieguez</mal:name>
Packit 1470ea
      <mal:email>frandieguez@gnome.org</mal:email>
Packit 1470ea
      <mal:years>2011-2013.</mal:years>
Packit 1470ea
    </mal:credit>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
  <title>Optimization Guide</title>
Packit 1470ea
Packit 1470ea
  <section id="intro" style="2column">
Packit 1470ea
     <title>Introdución</title>
Packit 1470ea
     

Esta é unha breve introdución á optimización, dos cómos tanto dos porqués. Déixanse para posteriores artigos os detalles de ferramentas e técnicas individuais pero fornécese unha colección de suxestións e trucos.

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
     

As buscas de disco son unha das operacións máis caras que pode realizar. Pode que non saiba isto simplemente mirando cantas se realizan, pero crea que realmente o son. Por iso, evite os seguintes comportamentos:

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