From acff47435559f496fa0d88080b89c86e8a58cdc1 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Wed, 30 Oct 2024 16:45:32 -0400 Subject: [PATCH] Remove Perfetto workaround message. Fixed with https://github.com/ROCm/omnitrace/pull/411 --- docs/how-to/understanding-omnitrace-output.rst | 5 ----- docs/install/install.rst | 5 ----- docs/what-is-omnitrace.rst | 5 ----- 3 files changed, 15 deletions(-) diff --git a/docs/how-to/understanding-omnitrace-output.rst b/docs/how-to/understanding-omnitrace-output.rst index 08d56099..2ce57421 100644 --- a/docs/how-to/understanding-omnitrace-output.rst +++ b/docs/how-to/understanding-omnitrace-output.rst @@ -323,11 +323,6 @@ absolute path, then all ``OMNITRACE_OUTPUT_PATH`` and similar settings are ignored. Visit `ui.perfetto.dev `_ and open this file. -.. important:: - Perfetto validation is done with trace_processor v46.0 as there is a known issue with v47.0. - If you are experiencing problems viewing your trace in the latest version of `Perfetto `_, - then try using `Perfetto UI v46.0 `_. - .. image:: ../data/omnitrace-perfetto.png :alt: Visualization of a performance graph in Perfetto diff --git a/docs/install/install.rst b/docs/install/install.rst index 8973e5ed..24a167a3 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -250,11 +250,6 @@ into Perfetto support for Omnitrace, for example, ``OMNITRACE_USE_PAPI=`` a is passed along to Perfetto and is displayed when the ``.proto`` file is visualized in `the Perfetto UI `_. -.. important:: - Perfetto validation is done with trace_processor v46.0 as there is a known issue with v47.0. - If you are experiencing problems viewing your trace in the latest version of `Perfetto `_, - then try using `Perfetto UI v46.0 `_. - .. code-block:: shell git clone https://github.com/ROCm/omnitrace.git omnitrace-source diff --git a/docs/what-is-omnitrace.rst b/docs/what-is-omnitrace.rst index 4ad340b8..9fc7f944 100644 --- a/docs/what-is-omnitrace.rst +++ b/docs/what-is-omnitrace.rst @@ -15,11 +15,6 @@ A visualization of the comprehensive Omnitrace results can be observed in any mo web browser. Upload the Perfetto (``.proto``) output files produced by Omnitrace at `ui.perfetto.dev `_ to see the details. -.. important:: - Perfetto validation is done with trace_processor v46.0 as there is a known issue with v47.0. - If you are experiencing problems viewing your trace in the latest version of `Perfetto `_, - then try using `Perfetto UI v46.0 `_. - Aggregated high-level results are available as human-readable text files and JSON files for programmatic analysis. The JSON output files are compatible with the `hatchet `_ Python package. Hatchet converts