aboutsummaryrefslogtreecommitdiff
path: root/gapii
diff options
context:
space:
mode:
authorIan Cottrell <iancottrell@google.com>2015-07-14 10:34:08 +0100
committerIan Cottrell <iancottrell@google.com>2015-07-14 10:34:08 +0100
commit7794479c314e3c31c42955ec5393dda8fa50f5da (patch)
treefadd909a889cce5b583b925b397c64deccd8d731 /gapii
parente6484d6389ca36cebf320c232f5ab85ce2e968ed (diff)
downloadgpu-7794479c314e3c31c42955ec5393dda8fa50f5da.tar.gz
Remove md files from the repository
Change-Id: Iab9ca6b490011fafce6860cb60f825b9f4603e26
Diffstat (limited to 'gapii')
-rw-r--r--gapii/README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/gapii/README.md b/gapii/README.md
deleted file mode 100644
index 0fc7bafe7..000000000
--- a/gapii/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# gapii
---
- import "android.googlesource.com/platform/tools/gpu/gapii"
-
-Package gapii provides functions for launching and communicating with the gapii
-tracer.
-
-## Usage
-
-#### func AdbStart
-
-```go
-func AdbStart(l log.Logger, a *adb.Action, spyport adb.Port) error
-```
-AdbStart launches an activity on an android device with the gapii tracer
-enabled. Gapii will attempt to connect back on the specified host port to write
-the trace.
-
-#### func Capture
-
-```go
-func Capture(logger log.Logger, port int, w io.Writer, stop chan struct{}) (int64, error)
-```
-Capture opens up the specified port and then waits for a capture to be
-delivered. It copies the capture into the supplied writer.