Saltar al contenido

gpuvis

Publicado por Michael Sartain

A GPU Trace Visualizer

Código abiertoMIT

Partes de esta página aparecen en el idioma en que se escribieron, porque la traducción no está terminada.

Aspectos destacados

  • Muestra eventos de seguimiento de GPU grabados en un eje temporal navegable.
  • Mantiene los eventos visibles individualmente en lugar de resumirlos en totales.
  • Admite el acercamiento a un intervalo seleccionado para separar eventos muy cercanos.
  • Funciona en una captura existente en lugar de supervisar una sesión en ejecución.
  • Disponible para Linux bajo la licencia MIT.

Acerca de esta aplicación

gpuvis is a GPU trace visualizer for Linux. It takes recorded trace data and lays the events out along a time axis, so that work submitted to the GPU can be read in relation to the surrounding activity on the machine. Rather than reducing a run to aggregate numbers, it keeps individual events in sequence, which suits questions about ordering, gaps and duration.

The working method is navigation of a timeline: events occupy rows, and a chosen interval can be widened until single events are distinguishable. This makes it an instrument for after-the-fact reading of a capture, not a live meter. A capture step therefore comes first, and the program is used on the resulting trace.

The listing covers Linux only, so it is not an option where the analysis has to happen on another desktop platform. Michael Sartain publishes it under the MIT license.

Linux

No alojamos este archivo, no lo analizamos ni inspeccionamos su contenido. Lea lo que indica la fuente y decida por su cuenta.