# aca
**Repository Path**: mirrors_intel/aca
## Basic Information
- **Project Name**: aca
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-10-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
DISCONTINUATION OF PROJECT
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
Contact: webadmin@linux.intel.com
# Analysis Communication Agent Reference Solution
## Introduction
Analysis Communication Agent enables performance analysis of custom embedded operating systems (OS) or real-time operating systems (RTOS) and the applications running on them using Intel® VTuneTM Profiler. This reference implementation provides guidance on enabling a sampling collector for this purpose.
## What is Intel® VTune Profiler?
Intel® VTuneTM Profiler is a performance analysis tool that can be used to profile and optimize application performance. For more information, please check [here](https://software.intel.com/en-us/vtune).
## License
The Analysis Communication Agent reference solution is distributed under the MIT License.
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
## Supported OS Platforms
This reference solutuon is implemented for Linux operating system. However, you can implement the Analysis Communication Agent and the sampling driver for any embedded operating system compatible with Intel® VTuneTM Profiler for data collection and visualization.
## Supported Hardware Platforms
The reference solution works on any of the recent Intel hardware platforms.
## Documentation
Please refer to the [docs](https://github.com/intel/aca/blob/master/docs) folder for detailed documentation of the Analysis Communication Agent reference solution architecture, implementation, and how to run the collections.
## How to provide feedback
By default, please submit an issue using native github.com [interface](https://github.com/intel/aca/issues).
## How to contribute
Please check the [contribution guidelines](https://github.com/intel/aca/blob/master/CONTRIBUTING.md)
## See also
* [Contribution guidelines](https://github.com/intel/compute-runtime/blob/master/CONTRIBUTING.md)
* [License](https://github.com/intel/aca/blob/master/LICENSE.txt)
* [Documentation](https://github.com/intel/aca/blob/master/docs)
* [Intel VTune Profiler](https://software.intel.com/en-us/vtune)