gpuvis icon indicating copy to clipboard operation
gpuvis copied to clipboard

GPU Trace Visualizer

Results 7 gpuvis issues
Sort by recently updated
recently updated
newest added

Following error message appears in GPUVis log: ``` [Error] handle_options: unknown option 11 [Error] read_trace_file: setjmp error called for trace_06-15-2020_20-11-53.dat. [Error] load_trace_file(trace_06-15-2020_20-11-53.dat) failed. ```

System: GenToo 64-bit Action to reproduce: 1) Run "./trace-cmd-setup.sh", enter root password 2) Run "./trace-cmd-start-tracing.sh" Expected result: Command succeeds Actual result: ``` trace-cmd reset trace-cmd: No such file or directory...

It would be nice to copy-paste from GPUVis console directly. On error as in #50 a window appears called "Gpuvis(sic!) Console" with the error log but selecting the text or...

On SteamOS, 1. Use the sample scripts at folder ./gpuvis/sample to capture a event trace. $ sudo ./trace-cmd-setup.sh $ sudo ./trace-cmd-start-tracing.sh $ sudo ./trace-cmd-capture.sh $ sudo ./trace-cmd-stop-tracing.sh Then a file...

Hi, I'm working on improving the gpu_scheduler trace events. The events are changed to make fence tracking easier (context + seqno are printed consistently across events) and to contain the...

ctrl-shift-T seems to do the exact same as ctrl-shift-S these days, and I don't see tgid indicated anywhere on events. Was there something non-standard we had enabled for that that...

The movement scheme is based on common browsers, like Firefox and Chromium, assumed to be a good approximation of what users find intuitive. I realize that would be a change...