From 3c9a066579e58eff8eddcad68853fc418f898e2e Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 4 Nov 2022 17:00:35 -0500 Subject: [PATCH] minor edit for docs Signed-off-by: Karl W. Schulz --- src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/installation.md b/src/docs/installation.md index d1987f7669..5a5b83dd38 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -127,7 +127,7 @@ export PYTHONPATH=$INSTALL_DIR/python-libs ### rocProf -Omniperf uses the rocprof binary during the profiling +Omniperf relies on a rocprof binary during the profiling process. Normally the path to this binary will be detected automatically, but it can also be overridden via the use of an optional `ROCPROF` environment variable.