From 49a822f7c1bbcb0735f499cea031d90ee37730cf Mon Sep 17 00:00:00 2001 From: benjamic Date: Thu, 6 Feb 2025 11:25:01 +0100 Subject: [PATCH] Updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de75314..6ee8ee1 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ pip install . ## Usage ``` -usage: eacctview [-h] [-j JobID] [--metrics Metrics [Metrics ...]] [--list-metrics] [--list-architectures] +usage: eacctview [-h] [-j JobID] [--xvy-metrics METRIC_STRING METRIC_STRING] [--time-metrics METRIC_STRING/S [METRIC_STRING/S ...]] [--list-metrics] [--list-architectures] optional arguments: -h, --help show this help message and exit -j JobID, --jobid JobID Plot Roofline and Timeline from eacct tool - --metrics Metrics [Metrics ...] + --xvy-metrics METRIC_STRING METRIC_STRING + 2D metric v metric plot + --time-metrics METRIC_STRING/S [METRIC_STRING/S ...] Metrics to plot timeline --list-metrics List available metrics to plot timeline --list-architectures List the specs for the available archs