跳到主要内容

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

我们不托管该文件,不扫描该文件,也不检查其内容。请阅读来源的说明,然后自行判断。