Measurement Monitoring Sample
Samples are intended to demonstrate how to write code using
certain features. They are not performance benchmarks. The output examples
shown here are for illustration only. Your output may vary.
The measurement monitoring sample (
tcc_measurement_monitoring_sample
) is a self-contained example of a monitoring application. This sample demonstrates how to read data in “streaming mode” from a specific real-time application instrumented with measurement library APIs. This means that the results are constantly read from
the shared memory where they are placed by the instrumented application. You can copy and modify the source code to monitor any real-time application instrumented with measurement library APIs.File Locations
After installing the Intel® TCC Tools package on the target system, you can find sample sources and binaries in the following directories:
Target system:
- Sample sources:/usr/share/tcc_tools/samples/tcc_measurement_monitoring_sample
- Sample binaries:/usr/bin
Source Files
File | Description |
---|---|
src/main.c | Main file containing sample |
Learn More
Read more about this sample and run the examples to see how it uses the measurement library: