Follow up on https://reviews.llvm.org/D105741
- Add new test that exhaustively checks the output file's content
- Fix typos in documentation and other minor fixes
Paths
| Differential D107674
[tests] [trace] Add a more comprehensive test for `thread trace export ctf` command ClosedPublic Authored by jj10306 on Aug 6 2021, 3:41 PM.
Details Summary Follow up on https://reviews.llvm.org/D105741
Diff Detail
Event TimelineComment Actions Thank you, this is much more understandable
This revision now requires changes to proceed.Aug 9 2021, 6:45 PM wallace retitled this revision from [tests] [trace] Add more comprehensive for `thread trace export ctf` command to [tests] [trace] Add a more comprehensive test for `thread trace export ctf` command.Aug 9 2021, 7:01 PM wallace added inline comments.
Comment Actions
wallace added inline comments.
This revision is now accepted and ready to land.Aug 9 2021, 8:52 PM This revision was landed with ongoing or failed builds.Aug 11 2021, 8:50 PM Closed by commit rGef28c78350db: [tests] [trace] Add a more comprehensive test for `thread trace export ctf`… (authored by Walter Erquinigo <wallace@fb.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 365905 lldb/source/Plugins/TraceExporter/common/TraceHTR.h
lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
lldb/source/Plugins/TraceExporter/docs/htr.rst
lldb/test/API/commands/trace/TestTraceExport.py
|
a little comment explaining what "ph", "X", "dur" mean would be good. Also that in the absence of timestamps "ts" is just an index. You can repeat the comments you have in the test, btw