Skip to content

Commit

Permalink
Demo_User_Guides: Add GPU Utilization for SITARA platforms
Browse files Browse the repository at this point in the history
- GPU Accelarated Chromium Browser should also document the
GPU Utilization while running WebGL Aquarium Demo. Hence,
add GPU Utilization for SITARA platforms.

- Enhance the Performance Section by re-organizing the texts.

Signed-off-by: Chirag Shilwant <[email protected]>
  • Loading branch information
cshilwant committed Mar 28, 2024
1 parent fb45a0c commit a195647
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions source/system/Demo_User_Guides/Chromium_Browser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,30 +191,44 @@ Limitations
Performance
-----------

Performance of Aquarium/MotionMarkv1.3
**Performance of WebGL Aquarium**

Standard Javascript/WebGL benchmarks available at these URLS:

https://webglsamples.org/aquarium/aquarium.html
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html

Run as the weston user with the command line :console:`chromium https://webglsamples.org/aquarium/aquarium.html --start-fullscreen`


.. ifconfig:: CONFIG_part_variant in ('AM62PX')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **Performance FPS** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 40 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+
+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 40 @ 1080p60 | 72% |
+---------------------------------+----------------------+------------------------------------------------+

.. note::

GPU Utilisation is captured using,

.. code-block:: console
root@am62pxx-evm:~# cat /sys/kernel/debug/pvr/status
.. ifconfig:: CONFIG_part_variant in ('AM62X')

+---------------------------------+-----------------------------------------------------------------------+
| **Platform** | **Performance FPS** |
+---------------------------------+-----------------------------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 9 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+
+---------------------------------+----------------------+------------------------------------------------+
| **Platform** | **Performance FPS** | **GPU Utilisation** |
+---------------------------------+----------------------+------------------------------------------------+
| |__PART_FAMILY_DEVICE_NAMES__| | 9 @ 1080p60 | 100% |
+---------------------------------+----------------------+------------------------------------------------+

.. note::

GPU Utilisation is captured using,

.. code-block:: console
root@am62xx-evm:~# cat /sys/kernel/debug/pvr/status
.. ifconfig:: CONFIG_part_variant in ('J722S')

Expand All @@ -240,8 +254,9 @@ Run as the weston user with the command line :console:`chromium https://webglsam
| |__PART_FAMILY_DEVICE_NAMES__| | 60 @ 1080p60 |
+---------------------------------+-----------------------------------------------------------------------+

**Performance of MotionMarkv1.3**

https://browserbench.org/MotionMark/
Standard Javascript benchmarks available at these URLS: https://browserbench.org/MotionMark/

Run as the weston user with the command line :console:`chromium https://browserbench.org/MotionMark/ --start-fullscreen`
use the mouse to click the "Run Benchmark" button.
Expand Down

0 comments on commit a195647

Please sign in to comment.