]> git.cworth.org Git - apitrace/commit
cli: Add a simple "apitrace replay" sub-command.
authorCarl Worth <cworth@cworth.org>
Mon, 20 Aug 2012 16:45:27 +0000 (09:45 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 18 Nov 2012 14:34:00 +0000 (14:34 +0000)
commitda96cbf5aa49ea70ea5516039c6997e9242a5be0
tree7e9f58b06136058abab5cfdb190973e3ae478a57
parenta684451ce345c9d3667921520a4a75e387811ad6
cli: Add a simple "apitrace replay" sub-command.

This calls out to glretrace in order to replay a trace. Currently it
only supports the -w,--wait option, (and not yet any of the profiling
support).

With this command and the existing "apitrace dump-images", we're quite
close to being able to relegate glretrace to an implementation detail
used by the apitrace program, (such that soon, it won't be necessary
to provide glretrace on the user's PATH).
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_main.cpp
cli/cli_replay.cpp [new file with mode: 0644]