Vertaling van "HPROF" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
A system or HPROF dump has all the objects and fields.
Un volcado de sistema o de HPROF tiene todos los objetos y campos.
This operation requests that a HPROF dump be generated.
Esta operación solicita que un volcado de HPROF sea generado.
The heap dump is stored in a binary format called HPROF that you can upload into an analytics tool such as jhat.
El volcado de montón se almacena en un formato binario denominado HPROF que puedes cargar en una herramienta de análisis como jhat.
The HPROF viewer displays classes, instances of each class, and a reference tree to help you track memory usage and find memory leaks.
El visor de HPROF muestra las clases, las instancias de cada clase y un árbol de referencia para ayudarte a realizar el seguimiento del uso de la memoria y encontrar fugas de memoria.
These dumps contain the entire memory image of the running application - all the information and data in the HPROF format, as well as all of the native-memory and thread information.
Estos volcados contienen toda la imagen de memoria de la aplicación en ejecución - toda la información y datos en el formato de HPROF, así como toda la memoria nativa y la información de hebra.
Both the HPROF and IBM system dump formats can be compressed well, usually to around 20 percent of their original size, using operating-system tools.
Los formatos de volcado de HPROF y de sistema de IBM pueden ser bien comprimidos, normalmente alrededor de un 20 por ciento de su tamaño original, usando herramientas del sistema operativo.
A GC that occurs when you request to create an HPROF file to analyze your heap.
GC que se produce cuando solicitas la creación de un archivo HPROF para analizar tu montón.
The heap dump is provided in a format that is similar, but not identical, to the one from the Java HPROF tool.
El volcado de montón se proporciona en un formato que es similar, pero no idéntico, al que ofrece la herramienta HPROF de Java.
You can load the converted file into a heap analysis tool that understands the Java SE HPROF format.
Puedes cargar el archivo convertido en una herramienta de análisis de montón que interprete el formato SE HPROF de Java.
Run the hprof-conv command with two arguments: the original HPROF file and the location to write the click Start a new profiling session in the Sessions pane, select Load from file, and choose the file from the file browser.
Ejecuta el comando hprof-conv con dos argumentos: el archivo HPROF original y la ubicación para escribir el archivo HPROF convertido. Por ejemplo: hprof-conv heap-original.hprof heap-converted.hprof
Using the jmap tool: The jmap utility tool (see Resources), delivered in the bin directory of the JDK, provides an option to request an HPROF dump from the running process.
Usando la herramienta jmap: La herramienta de utilidad jmap (vea Recursos), entregada en el directorio bin del JDK, proporciona una opción para solicitar un volcado de HPROF desde el proceso en ejecución.
In the Captures tab, double-click the heap snapshot file to open the HPROF viewer.
En la pestaña Captures, haz doble clic en el archivo de resumen de montón para abrir el visor de HPROF.
Heap dump When you're profiling memory usage in Android Studio, you can simultaneously initiate garbage collection and dump the Java heap to a heap snapshot in an Android-specific HPROF binary format file.
Cuando controlas el uso de la memoria en Android Studio, puedes iniciar simultáneamente la recolección de elementos no usados y volcar el montón de Java a una captura instantánea del montón en un archivo de formato binario HPROF específico de Android.