mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Fix some minor typos in the llvm XRay exemple
llvm-svn: 310777
This commit is contained in:
parent
03165d9522
commit
cf9dd4dfe6
@ -100,7 +100,7 @@ this data in a spreadsheet, we can output the results as CSV using the
|
||||
|
||||
If we want to get a textual representation of the raw trace we can use the
|
||||
``llvm-xray convert`` tool to get YAML output. The first few lines of that
|
||||
ouput for an example trace would look like the following:
|
||||
output for an example trace would look like the following:
|
||||
|
||||
::
|
||||
|
||||
|
@ -28,7 +28,7 @@ Each trace file corresponds to a sequence of events in a particular thread.
|
||||
|
||||
The file has a header followed by a sequence of discriminated record types.
|
||||
|
||||
The endianess of byte fields matches the endianess of the platform which
|
||||
The endianness of byte fields matches the endianess of the platform which
|
||||
produced the trace file.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user