
Часть этой страницы показана на языке оригинала, потому что перевод не закончен.
Основное
- Отображает записанные события трассировки графического процессора на навигационной шкале времени.
- Сохраняет события видимыми по отдельности, а не суммирует их в итоговые значения.
- Поддерживает масштабирование выбранного интервала для разделения близко расположенных событий.
- Работает с существующим захватом, а не контролирует работающий сеанс.
- Доступно для Linux под лицензией MIT.
Об этом приложении
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
- Открыть на FlathubОткроется в новой вкладкеРепозиторий пакетовFlathub
От издателя
Установка из терминала
flatpak install flathub com.github.gpuvis.Gpuvis
Мы не размещаем этот файл у себя, не сканируем его и не изучаем его содержимое. Прочитайте, что пишет источник, и решайте сами.