xref: /dpdk/doc/guides/prog_guide/perf_opt_guidelines.rst (revision decb35d890209f603b01c1d23f35995bd51228fc)
1..  SPDX-License-Identifier: BSD-3-Clause
2    Copyright(c) 2010-2014 Intel Corporation.
3
4.. _Performance_Optimization:
5
6Performance Optimization Guidelines
7===================================
8
9Introduction
10------------
11
12The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.
13
14They also highlight the performance-impacting coding techniques that should,
15and should not be, used when developing an application using the DPDK.
16
17And finally, they give an introduction to application profiling using a Performance Analyzer from Intel to optimize the software.
18