Skip to content

Commit ef5629a

Browse files
akashdeep-tiStaticRocket
authored andcommitted
feat(linux): AM62Lx: Add performance numbers for RTC Only mode
Add power measured in RTC Only low power mode and resume latency taken to resume from RTC Only low power mode on AM62L EVM. Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
1 parent f013118 commit ef5629a

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

source/devices/AM62LX/linux/Linux_Performance_Guide.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ System Benchmarks
3838

3939
LMBench
4040
^^^^^^^
41-
LMBench is a collection of microbenchmarks of which the memory bandwidth
42-
and latency related ones are typically used to estimate processor
41+
LMBench is a collection of microbenchmarks of which the memory bandwidth
42+
and latency related ones are typically used to estimate processor
4343
memory system performance. More information about lmbench at
4444
https://lmbench.sourceforge.net/whatis_lmbench.html and
4545
https://lmbench.sourceforge.net/man/lmbench.8.html
@@ -186,7 +186,7 @@ Dhrystone is a core only benchmark that runs from warm L1 caches in all
186186
modern processors. It scales linearly with clock speed.
187187

188188
Please take note, different run may produce different slightly results.
189-
This is advised to run this test multiple times in order to get maximum
189+
This is advised to run this test multiple times in order to get maximum
190190
performance numbers.
191191

192192
Execute the benchmark with the following:
@@ -485,7 +485,7 @@ CPSW/CPSW2g/CPSW3g Ethernet Driver
485485
- CPSW2g: AM65x, J7200, J721e, J721S2, J784S4, J742S2
486486
- CPSW3g: AM64x, AM62x, AM62ax, AM62px
487487

488-
.. rubric:: TCP Bidirectional Throughput
488+
.. rubric:: TCP Bidirectional Throughput
489489
:name: CPSW2g-tcp-bidirectional-throughput
490490

491491
.. csv-table:: CPSW2g TCP Bidirectional Throughput
@@ -689,7 +689,7 @@ The performance numbers were captured using the following:
689689
690690
USB Driver
691691
----------
692-
692+
693693
USB Device Controller
694694
^^^^^^^^^^^^^^^^^^^^^
695695

@@ -710,7 +710,7 @@ Power Performance
710710
^^^^^^^^^^^^^^^^^
711711

712712
These are power measurements taken while the device is in various low power modes like
713-
Deep Sleep and RTC Only + DDR.
713+
Deep Sleep, RTC Only + DDR, and RTC Only.
714714

715715
.. csv-table:: Deep Sleep Power Performance
716716
:header: "Rail name","Rail voltage(V)","Power (mW)"
@@ -736,12 +736,25 @@ Deep Sleep and RTC Only + DDR.
736736
"vdd_rtc_1v8", "1.80", "0.02"
737737
"Total"," ","3.62"
738738

739+
.. csv-table:: RTC Only Power Performance
740+
:header: "Rail name","Rail voltage(V)","Power (mW)"
741+
742+
"vdd_core", "0.00", "0.00"
743+
"soc_dvdd_1v8", "0.00", "0.00"
744+
"soc_dvdd_3v3", "0.00", "0.00"
745+
"vdda_1v8", "0.00", "0.00"
746+
"vdd_lpddr4_pmic2", "0.00", "0.00"
747+
"vdd_rtc", "0.75", "0.02"
748+
"vdd_rtc_1v8", "1.80", "0.01"
749+
"Total"," ","0.04"
750+
739751
Resume Latency Performance
740752
^^^^^^^^^^^^^^^^^^^^^^^^^^
741753

742754
.. csv-table:: LPM Resume Latency Performance
743755
:header: "Low Power Mode","Total Resume Latency (ms)"
744756

757+
"RTC Only", "Full normal boot time (~seconds)"
745758
"RTC Only + DDR", "456.44"
746759
"Deep Sleep", "109.96"
747760

0 commit comments

Comments
 (0)