[dpdk-dev] [PATCH] doc: arm64: document DPDK application profiling methods

2016-10-04 Thread Jerin Jacob
Signed-off-by: Jerin Jacob --- doc/guides/prog_guide/profile_app.rst | 58 +++ 1 file changed, 58 insertions(+) diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst index 3226187..bb78623 100644 ---

[dpdk-dev] [PATCH] doc: arm64: document DPDK application profiling methods

2016-10-04 Thread Jan Viktorin
On Tue, 04 Oct 2016 14:40:47 +0200 Thomas Monjalon wrote: > Thanks for providing a patch so quickly :) > > 2016-10-04 16:10, Jerin Jacob: > > +The PMU based scheme useful for high accuracy performance profiling. > > A verb is missing. > > > +Find below the example steps to configure the PMU

[dpdk-dev] [PATCH] doc: arm64: document DPDK application profiling methods

2016-10-04 Thread Thomas Monjalon
Thanks for providing a patch so quickly :) 2016-10-04 16:10, Jerin Jacob: > +The PMU based scheme useful for high accuracy performance profiling. A verb is missing. > +Find below the example steps to configure the PMU based cycle counter on an > +armv8 machine. > + > +.. code-block:: console >