]> git.cworth.org Git - apitrace/commit
trim: Add a --frames option for selecting frames to trim.
authorCarl Worth <cworth@cworth.org>
Wed, 15 Aug 2012 05:32:29 +0000 (22:32 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:18 +0000 (08:03 +0000)
commit46abfd19dde22a7aeaf7609753ccf506135aed65
treeee098dd0810843602434cdadf56227de5c36e34a
parent619a0bea1a05ff5cff126863d9415f3e030a4f4d
trim: Add a --frames option for selecting frames to trim.

This accepts a "frame set" which has syntax identical to the "call
set" of the existing --calls option. So, one could trim to just the
drawing operations of the first 10 frames of a trace with
--frames=0-9/draw.
cli/cli_trim.cpp