This change adds a RecordPrinter type which does some basic text
serialization of the FDR record instances. This is one component of the
tool we're building to dump the records from an FDR mode log as-is.
This is a small part of D50441.
Paths
| Differential D51672
[XRay] Add a RecordPrinter visitor for FDR Records ClosedPublic Authored by dberris on Sep 4 2018, 11:22 PM.
Details Summary This change adds a RecordPrinter type which does some basic text This is a small part of D50441.
Diff Detail
Event TimelineClosed by commit rL341447: [XRay] Add a RecordPrinter visitor for FDR Records (authored by dberris). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 163975 llvm/trunk/include/llvm/XRay/RecordPrinter.h
llvm/trunk/lib/XRay/CMakeLists.txt
llvm/trunk/lib/XRay/RecordPrinter.cpp
llvm/trunk/unittests/XRay/CMakeLists.txt
llvm/trunk/unittests/XRay/FDRRecordPrinterTest.cpp
|