commit | df3962bb3398d1e4b778b914b86b03bc7de62149 | [log] [tgz] |
---|---|---|
author | Robert Tarasov <tutankhamen@chromium.org> | Sun Jul 28 00:56:25 2019 -0700 |
committer | Robert Tarasov <tutankhamen@chromium.org> | Sun Jul 28 00:56:25 2019 -0700 |
tree | a50a0ec9446cfb2b6bf02d6f00ba58b5a98bc40b | |
parent | 0f541f460bba86a69c8c714076db5a7607cc8d16 [diff] [blame] |
Added a new command to print .trace file information, including trace format version, frames count and opengl context version
diff --git a/cli/cli_main.cpp b/cli/cli_main.cpp index 6f95d6a..0bfcd04 100644 --- a/cli/cli_main.cpp +++ b/cli/cli_main.cpp
@@ -78,7 +78,8 @@ &retrace_command, &trace_command, &trim_command, - &help_command + &help_command, + &info_command }; /* Aliases provide a mechanism to allow compatibility with old command