本文へスキップ

gpuvis

公開元: Michael Sartain

A GPU Trace Visualizer

オープンソースMIT

翻訳が未完了のため、このページの一部は書かれた言語のまま表示されています。

主な特徴

  • 記録されたGPUトレースイベントをナビゲート可能な時間軸上に表示する。
  • 合計にまとめることなく、個々のイベントを見える状態に保つ。
  • 選択した間隔にズームインして、接近して配置されたイベントを分離することをサポートする。
  • 実行中のセッションを監視するのではなく、既存のキャプチャ上で動作する。
  • MITライセンスのもとでLinux向けに利用可能である。

このアプリケーションについて

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

当サイトはこのファイルをホストしておらず、スキャンも内容の確認も行いません。出典の記載を読み、ご自身で判断してください。