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.hpp b/cli/cli.hpp index fdd70dd..a2e268f 100644 --- a/cli/cli.hpp +++ b/cli/cli.hpp
@@ -51,3 +51,4 @@ extern const Command sed_command; extern const Command trace_command; extern const Command trim_command; +extern const Command info_command;