TBP Collection Configuration
The <tbp> and </tbp> tags mark the beginning and end of a time-based profile data collection configuration. This element has the following attributes:
name |
Configuration name (string) |
interval |
Sampling interval in milliseconds (float) |
Sample TBP configuration:
<dc_configuration>
<tbp name=”time based profile” interval=”10.0”>
<tool_tip> Find program hotspots </tool_tip>
<description> Configuration to identify where an application is spending its time
</description>
</tbp>
</dc_configuration>