1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-16 07:24:03 +01:00
workload-automation/doc/source/index.rst

105 lines
2.0 KiB
ReStructuredText
Raw Normal View History

.. Workload Automation 3 documentation master file,
2018-05-18 10:03:20 +01:00
================================================
Welcome to Documentation for Workload Automation
================================================
Workload Automation (WA) is a framework for executing workloads and collecting
measurements on Android and Linux devices. WA includes automation for nearly 40
2018-05-25 13:53:07 +01:00
workloads and supports some common instrumentation (ftrace, hwmon) along with a
number of output formats.
WA is designed primarily as a developer tool/framework to facilitate data driven
development by providing a method of collecting measurements from a device in a
repeatable way.
WA is highly extensible. Most of the concrete functionality is
implemented via :ref:`plug-ins <plugin-reference>`, and it is easy to
:ref:`write new plug-ins <writing-plugins>` to support new device types,
workloads, instruments or output processing.
.. note:: To see the documentation of individual plugins please see the
:ref:`Plugin Reference <plugin-reference>`.
.. contents:: Contents
What's New
==========
.. toctree::
:maxdepth: 1
changes
migration_guide
User Information
================
This section lists general usage documentation. If you're new to WA3, it is
recommended you start with the :doc:`user_guide` page. This section also contains
installation and configuration guides.
.. toctree::
:maxdepth: 2
installation
user_guide
user_reference
How To Guides
===============
.. toctree::
:maxdepth: 3
how_to
FAQ
====
.. toctree::
:maxdepth: 2
faq
.. _in-depth:
Developer Information
=====================
This section contains more advanced topics, such how to write your own Plugins
and detailed descriptions of how WA functions under the hood.
.. toctree::
:maxdepth: 2
developer_reference
References
==========
.. toctree::
:maxdepth: 2
plugins
2018-06-08 16:42:15 +01:00
glossary
API
===
.. toctree::
:maxdepth: 2
api
.. Indices and tables
.. ==================
.. .. * :ref:`genindex`
.. .. * :ref:`modindex`
.. * :ref:`search`