tree: c8e691c6edfa6ef8bd4ff69671a678b555d4df04 [path history] [tgz]
  1. memory_trace/
  2. perfetto/
  3. platform_decoding/
  4. results_database/
  5. sanity/
  6. trace_profiling/
  7. trace_replay/
  8. README.md
src/README.md

ChromeOS graphics utilities

This folder contains independent and cross platform utilities for the ChromeOS graphics team.

Overview

Golang based apps are built and installed using the graphics-utils-go.ebuild. For this to work the procject directory structure should be as follows

  • graphics/
    • src/
      • Project1/
        • cmd/
          • App1/
            • main.go
          • App2/
            • main.go
        • bin/
        • Makefile
      • Project2/
        • cmd/
          • App3/
            • main.go
        • Makefile