-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a --no-index
option to gfxrecon-convert
#2100
base: dev
Are you sure you want to change the base?
Add a --no-index
option to gfxrecon-convert
#2100
Conversation
CI gfxreconstruct build queued with queue ID 407198. |
8afaec3
to
ad114d1
Compare
CI gfxreconstruct build queued with queue ID 407200. |
CI gfxreconstruct build # 6453 running. |
CI gfxreconstruct build # 6453 passed. |
To me, I would like this to be named more like @bradgrantham-lunarg, what do you think? |
That's actually how this change started, as --no-index. |
I personally would like to have the options separate and an option to enable them all as well. Like |
When comparing different traces that are very similar, we may want to convert the traces using the `jsonl` format to look directly at the call differences. However, some data in the output of `gfxrecon-convert` tends to "pollute" the difference, like the block index at the begining of each line. This commit implements a `--no-index` option to remove the block index at the begining of each block in the output of `gfxrecon-convert` Change-Id: I96d005fac1342780782edc68a26c8c8cab311894
ad114d1
to
e311541
Compare
CI gfxreconstruct build queued with queue ID 420490. |
Hello ! So I put aside the |
CI gfxreconstruct build # 6617 running. |
CI gfxreconstruct build # 6617 passed. |
--bare
option to gfxrecon-convert
--no-index
option to gfxrecon-convert
When comparing different traces that are very similar, we may want to convert the traces using the
jsonl
format to look directly at the call differences.However, some data in the output of
gfxrecon-convert
tends to "pollute" the difference, like the block index at the begining of each line.This commit implements a
--no-index
option to remove the block index at the begining of each block in the output ofgfxrecon-convert