EMA C++ Performace Tools Guide : 6 Non-Interactive Provider Performance Tool : 6.6 Input Files : 6.6.1 EmaConfig.xml Examples : 6.6.1.1 NiProvider Section
 
6.6.1.1 NiProvider Section
When creating a NiProvider section, you must include the Name and Channel fields. For details on Name and Channel, refer to the Enterprise Message API Configuration Guide.
 
 
<NiProvider>
    <Name value="Perf_NIProvider"/>
    <Channel value="Perf_NIP_Channel_1"/>
    <Directory value="Perf_Directory_1"/>
    <Logger value="Logger_1"/>
    <XmlTraceToStdout value="0"/>
</NiProvider>
 
Example 15: NiProvider Section Example