> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mcnamara, John > Sent: Tuesday, July 25, 2017 11:05 AM > To: Kurakin, Ilia <ilia.kura...@intel.com>; dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Ananyev, Konstantin > <konstantin.anan...@intel.com>; Wiles, Keith <keith.wi...@intel.com>; > Galanov, Dmitry <dmitry.gala...@intel.com>; Kurakin, Ilia > <ilia.kura...@intel.com> > Subject: Re: [dpdk-dev] [PATCH] doc: add how to enable empty cycles > profiling > > > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of > > ilia.kura...@intel.com > > Sent: Monday, July 24, 2017 6:24 PM > > To: dev@dpdk.org > > Cc: jerin.ja...@caviumnetworks.com; Ananyev, Konstantin > > <konstantin.anan...@intel.com>; Wiles, Keith <keith.wi...@intel.com>; > > Galanov, Dmitry <dmitry.gala...@intel.com>; Kurakin, Ilia > > <ilia.kura...@intel.com> > > Subject: [dpdk-dev] [PATCH] doc: add how to enable empty cycles > > profiling > > > > From: Ilia Kurakin <ilia.kura...@intel.com> > > > > Programmer's Guide: section "Profile Your Application" updated with > > how to enable ITT tasks collection. Based on patch: > > http://dpdk.org/dev/patchwork/patch/27158/ > > Hi Ilia, > > Thanks for the doc patch. > > > > > > +Profiling wasted iterations with ITT > > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Probably better to call this VTune ITT > > > > + > > +Iterations that yielded no RX packets (wasted loop iterations) can be > > +analyzed using IntelĀ® VTune\ :sup:`TM` Amplifier. > > You don't need a superscript here. You can use the TM symbol directly like > the previous (R) symbol. >
P.S., it might to better to move the (R) and (TM) to the previous paragraph where Vtune is used for the first time. John