]> git.cworth.org Git - apitrace/commit
trim: Move TraceAnalyzer out of cli_trim.cpp into its own file.
authorCarl Worth <cworth@cworth.org>
Fri, 17 Aug 2012 21:15:54 +0000 (14:15 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:33 +0000 (08:03 +0000)
commit8efbe01f8cbd25ee9a731fd1d61f61337a108195
tree6357b4e2848132472904323bb69c03bc3b470249
parent38839b7ee68a63cae3d782368988daabb808bfd1
trim: Move TraceAnalyzer out of cli_trim.cpp into its own file.

This class had long since outgrown where it was living at the top of
cli_trim.cpp. Thanks to José for recommending this.
cli/CMakeLists.txt
cli/cli_trim.cpp
cli/trace_analyzer.cpp [new file with mode: 0644]
cli/trace_analyzer.hpp [new file with mode: 0644]