]> git.cworth.org Git - apitrace/commit
Add a top-level apitrace program.
authorCarl Worth <cworth@cworth.org>
Thu, 20 Oct 2011 01:02:33 +0000 (18:02 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 30 Oct 2011 13:27:59 +0000 (13:27 +0000)
commit6d543afe148f670ac4b1a9dde61b9dc7cdab955c
tree9f92727dd2fea0813e0d96caa496a78734d7ed1e
parent6068f67ba4689cea0ae5cb8f2c90e191eb622732
Add a top-level apitrace program.

This is intended to eventually be a program which will provide access
to all apitrace functionality (tracing, trimming, replaying,
analyzing, launch the gui, etc.).

To start with it implements only the stub "apitrace help" command so
there's not any real functionality here yet.
.gitignore
CMakeLists.txt
cli/CMakeLists.txt [new file with mode: 0644]
cli/apitrace.cpp [new file with mode: 0644]