trace2json [options]: Convert a trace from fxt (Fuchsia trace format) to json (Chrome trace format).
Fuchsia trace format: https://fuchsia.googlesource.com/fuchsia/+/HEAD/docs/development/tracing/trace-format/
Chrome trace format: https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/edit
--compressed-input=[false]: If true, the input is first gzip-decompressed.
--compressed-output=[false]: If true, the output is gzip-compressed. Writing compressed output to stdout is not supported, so output-file must be specified.
--help: Print this help message.
--input-file=[]: Read trace from the specified file. If no file is specified, the input is read from stdin.
--output-file=[]: Write the converted trace to the specified file. If no file is specified, the output is written to stdout.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-07 UTC."],[],[]]