catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 562 forks source link

[traceviewer] Display issue #4636

Open PatWie opened 5 years ago

PatWie commented 5 years ago

Hope this is the correct place to report the issue. I am using trace-Viewer for visualizing some CUDA profiling results.

Unfortunately, the viewer does not stack overlapping events and one event-bar is hiding other events.

Actual output: overlapp_wrong

Data to reproduce: MonteCarloMultiGPU.json.zip

Assigning each bar to a different ph clearly shows these are overlapping events (the highlighted bar is covering 3 other bars, all are visible below)

overlapp

Data to reproduce: MonteCarloMultiGPU-all.json.zip

The time unit is nano-seconds and cannot be changed. This issue seems to be related to: https://github.com/catapult-project/catapult/issues/927