Object inspector: You can set all properties easily using the object inspector. Here is one of the more interesting components, which contains subcomponents:
A dual performance counter component (TPCPerfAverageCounter). Note the PerfObject, Counter and BaseCounter subcomponents which are dropped
onto the form separately. All properties can easily be set using the Object Inspector.
Sample applications: We have 12 sample applications illustrating the different features of all the components. Here are screenshots from just a few:
Sample 3(Design time). This sample shows how easy it is to measure the duration of a repeated operation by simply dropping a TPCPerfObject and a TPCPerfTimer onto a form and registering them.
Sample 5 (Design time). This sample shows how to use pairs of performance counters to measure the average number of bytes per operation. Two TPCPerfCounter components are used to provide the raw performance data values, and a TPCPerfAverageCounter is used to perform calculations on its integrated sub-counters.