diff --git a/renderdoc/serialise/codecs/chrome_json_codec.cpp b/renderdoc/serialise/codecs/chrome_json_codec.cpp index b5c1ef9dd..ac05b3f94 100644 --- a/renderdoc/serialise/codecs/chrome_json_codec.cpp +++ b/renderdoc/serialise/codecs/chrome_json_codec.cpp @@ -92,7 +92,7 @@ ReplayStatus exportChrome(const char *filename, const RDCFile &rdc, const SDFile return ReplayStatus::Succeeded; } -static ConversionRegistration XMLConversionRegistration("chrome.json", R"(Chrome profiler JSON. +static ConversionRegistration XMLConversionRegistration("chrome.json", R"(Chrome profiler JSON Exports the chunk threadID, timestamp and duration data to a JSON format that can be loaded by chrome's profiler at chrome://tracing diff --git a/renderdoc/serialise/codecs/xml_codec.cpp b/renderdoc/serialise/codecs/xml_codec.cpp index 9d6f7ccc5..66e1bde93 100644 --- a/renderdoc/serialise/codecs/xml_codec.cpp +++ b/renderdoc/serialise/codecs/xml_codec.cpp @@ -804,7 +804,7 @@ ReplayStatus exportXMLZ(const char *filename, const RDCFile &rdc, const SDFile & return Structured2XML(filename, rdc, structData.version, structData.chunks, progress); } -static ConversionRegistration XMLConversionRegistration("xml", R"(XML+ZIP format. +static ConversionRegistration XMLConversionRegistration("xml", R"(XML+ZIP capture Stores the structured data in an xml tree, with large buffer data stored in indexed blobs in similarly named zip file.