Skip to content
Android GPU Inspector
Go Java C++ Starlark HTML C Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update the name in the main MD readme files. Feb 10, 2020
.settings Get eclipse to pickup the project settings again. Nov 26, 2018
cmd Upgrade SWT and JFace and use GTK3 on Linux now. May 15, 2020
core Introduce experimental flag. (#270) May 13, 2020
gapic Load all the decoded memory struct values in one grpc session. (#301) May 28, 2020
gapidapk Remove GLES layer setup functionality. Apr 16, 2020
gapii Remove remnant of GL error tracking from gapii May 20, 2020
gapil Remove caller machinery May 27, 2020
gapir Report replayer crash errors to the UI (#292) May 21, 2020
gapis Make Mali validation more robust. (#308) May 28, 2020
kokoro windows: Use fixed versions of msys packages May 21, 2020
test Add workaround Android preview notification (#304) May 26, 2020
tools windows: Use fixed versions of msys packages May 21, 2020
.bazelignore
.bazelrc Reset the AGI version to 0.9.0. Feb 10, 2020
.bazelversion Add a .bazelversion file. (#3771) Feb 7, 2020
.clang-format Force pointer tokens (* and &) left and reformat. Oct 31, 2019
.classpath Upgrade guava. Mar 26, 2020
.gitignore Provides a git friendly way to use local repositories. Dec 26, 2019
.project Update Eclipse project files for new bazel layout. Dec 12, 2019
BUILD.bazel Goodbye robot, beep, beep, bloop. Apr 17, 2020
BUILDING.md Update build doc: NDK r21, and expected Bazel warning (#307) May 29, 2020
CONTRIBUTING.md Update the name in the main MD readme files. Feb 10, 2020
DEVDOC.md Add documentation about unit tests (#299) May 21, 2020
LICENSE Initial commit of GAPID project Feb 21, 2017
README.md Fix README images (#256) Apr 28, 2020
WORKSPACE Provides a git friendly way to use local repositories. Dec 26, 2019
version.bzl Bump the minor version for the next release. Mar 17, 2020

README.md

Android GPU Inspector

Linux Linux Build Status MacOS MacOS Build Status Windows Windows Build Status

About

Visit gpuinspector.dev for information about Android GPU Inspector.

The developer documentation contains some hints for AGI developers. See also the README files under some source directories.

Downloads

The first stable release is still under work.

Unstable developer releases are here.

Building

See Building Android GPU Inspector.

Running the client

After building AGI, you can run the client from <agi-root>/bazel-bin/pkg/agi.

Command-Line Interface

AGI exposes most of its functionality via a CLI gapit. You can find auto-generated documentation here.

You can’t perform that action at this time.