Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i915-perf: add GPU frequency plot #56

Merged
merged 7 commits into from
Dec 30, 2020

Conversation

djdeath
Copy link
Collaborator

@djdeath djdeath commented Dec 30, 2020

i915-perf reports generated by the GPU carry frequency information, we can just extract that and plot it (reusing the existing plotting code)

Screenshot from 2020-12-30 13-53-41

The function read_i915_perf_file() is always present and it's content
is compiled out, so it's safe to always call it.
We would like to show GPU frequency data in the timeline. This
requires to be able to find idle events so we don't have gaps in the
timeline.

This doesn't add much more events in the timeline and we can still
filter in the rendering code.
@djdeath djdeath force-pushed the review/i915-perf-freq branch from 103bb69 to e58fb58 Compare December 30, 2020 14:09
@mikesart mikesart merged commit 03a41f2 into mikesart:master Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants