]> git.cworth.org Git - apitrace/commit
Add "apitrace trim" command.
authorCarl Worth <cworth@cworth.org>
Mon, 14 Nov 2011 22:50:07 +0000 (14:50 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 27 Jan 2012 21:56:39 +0000 (21:56 +0000)
commit4c5f6fa4d7474bc2a13a6c00bd3f4ac47ff56920
treeb0b09a9838b4bb67b57c31c14d66442f36731cda
parentc6977a7e7f7b44e514b462067b8c7cb5b9040b75
Add "apitrace trim" command.

This adds the functionality to read in a trace and create a new
"trimmed" trace as the output. There's not yet any functionality for
selecting pieces to trim out, so the implementation is currently just
a trace copier, (which is also the name of the new supporting class).
CMakeLists.txt
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_main.cpp
cli/cli_trim.cpp [new file with mode: 0644]
common/trace_copier.cpp [new file with mode: 0644]
common/trace_copier.hpp [new file with mode: 0644]