From 52f381fdd48306758445cbf68def718380e8bc96 Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Sun, 7 Apr 2024 16:36:05 +0800 Subject: [PATCH] Adjust the apps/benchmarks directory and add some new Profile tools Based on the adjustment of https://github.com/apache/nuttx-apps/pull/2346, update the Document Signed-off-by: chenrun1 --- .../applications/{testing => benchmarks}/cachespeed/index.rst | 0 Documentation/applications/benchmarks/coremark-pro/index.rst | 3 +++ Documentation/applications/benchmarks/dhrystone/index.rst | 3 +++ Documentation/applications/benchmarks/fio/index.rst | 3 +++ .../applications/{testing => benchmarks}/iozone/index.rst | 0 .../applications/{testing => benchmarks}/osperf/index.rst | 0 .../applications/{testing => benchmarks}/ramspeed/index.rst | 0 .../applications/{testing => benchmarks}/superpi/index.rst | 0 8 files changed, 9 insertions(+) rename Documentation/applications/{testing => benchmarks}/cachespeed/index.rst (100%) create mode 100644 Documentation/applications/benchmarks/coremark-pro/index.rst create mode 100644 Documentation/applications/benchmarks/dhrystone/index.rst create mode 100644 Documentation/applications/benchmarks/fio/index.rst rename Documentation/applications/{testing => benchmarks}/iozone/index.rst (100%) rename Documentation/applications/{testing => benchmarks}/osperf/index.rst (100%) rename Documentation/applications/{testing => benchmarks}/ramspeed/index.rst (100%) rename Documentation/applications/{testing => benchmarks}/superpi/index.rst (100%) diff --git a/Documentation/applications/testing/cachespeed/index.rst b/Documentation/applications/benchmarks/cachespeed/index.rst similarity index 100% rename from Documentation/applications/testing/cachespeed/index.rst rename to Documentation/applications/benchmarks/cachespeed/index.rst diff --git a/Documentation/applications/benchmarks/coremark-pro/index.rst b/Documentation/applications/benchmarks/coremark-pro/index.rst new file mode 100644 index 0000000000..236931b247 --- /dev/null +++ b/Documentation/applications/benchmarks/coremark-pro/index.rst @@ -0,0 +1,3 @@ +=============================== +``coremark-pro`` CoreMark-PRO +=============================== diff --git a/Documentation/applications/benchmarks/dhrystone/index.rst b/Documentation/applications/benchmarks/dhrystone/index.rst new file mode 100644 index 0000000000..e2c089cb18 --- /dev/null +++ b/Documentation/applications/benchmarks/dhrystone/index.rst @@ -0,0 +1,3 @@ +=============================== +``Dhrystone`` Dhrystone +=============================== diff --git a/Documentation/applications/benchmarks/fio/index.rst b/Documentation/applications/benchmarks/fio/index.rst new file mode 100644 index 0000000000..fb06b36504 --- /dev/null +++ b/Documentation/applications/benchmarks/fio/index.rst @@ -0,0 +1,3 @@ +=============================== +``FIO`` FIO Benchmark +=============================== diff --git a/Documentation/applications/testing/iozone/index.rst b/Documentation/applications/benchmarks/iozone/index.rst similarity index 100% rename from Documentation/applications/testing/iozone/index.rst rename to Documentation/applications/benchmarks/iozone/index.rst diff --git a/Documentation/applications/testing/osperf/index.rst b/Documentation/applications/benchmarks/osperf/index.rst similarity index 100% rename from Documentation/applications/testing/osperf/index.rst rename to Documentation/applications/benchmarks/osperf/index.rst diff --git a/Documentation/applications/testing/ramspeed/index.rst b/Documentation/applications/benchmarks/ramspeed/index.rst similarity index 100% rename from Documentation/applications/testing/ramspeed/index.rst rename to Documentation/applications/benchmarks/ramspeed/index.rst diff --git a/Documentation/applications/testing/superpi/index.rst b/Documentation/applications/benchmarks/superpi/index.rst similarity index 100% rename from Documentation/applications/testing/superpi/index.rst rename to Documentation/applications/benchmarks/superpi/index.rst