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

Instrument GFXReconstruct with Perfetto trace markers #1847

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ianelliottus
Copy link

Perfetto is the underlying "system trace" infracsture for Android, and can provide detailed views of what all CPU tracks are doing, including the display of markers added into source code. Some Android graphics profilers add GPU information to Perfetto traces. GFXRecstruct (GFXR) is an underlying component of some of these profilers. This change allows us to see how much time is being spent on which tasks, which can allow us to optimize GFXR for new use cases.

This change requires a sister directory to GFXR (perfetto). When these markers are integrated into GFXR, we need to address that.

This change is a derivative of excellent work done by Mariia (Mary) Koliadenko, who pioneered the instrumentation of GFXReconstruct with Perfetto trace markers.

Perfetto is the underlying "system trace" infracsture for Android, and
can provide detailed views of what all CPU tracks are doing, including
the display of markers added into source code.  Some Android graphics
profilers add GPU information to Perfetto traces.  GFXRecstruct (GFXR)
is an underlying component of some of these profilers.  This change
allows us to see how much time is being spent on which tasks, which
can allow us to optimize GFXR for new use cases.

This change requires a sister directory to GFXR (perfetto).  When
these markers are integrated into GFXR, we need to address that.

This change is a derivative of excellent work done by Mariia (Mary)
Koliadenko, who pioneered the instrumentation of GFXReconstruct with
Perfetto trace markers.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ci-tester-lunarg
Copy link

Author ianelliottus not on autobuild list. Waiting for curator authorization before starting CI build.

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