TimingProfiler for C28x helps you identify application parts that
cause unsatisfactory execution times. It delivers results as soon as
there is compiled code, and thus can be used very early in the development process,
when measurements on physical hardware are costly or impossible.
This makes TimingProfiler ideally suited for constantly monitoring
timing behavior during software development and in model-based development
environments.
The goal is not to give precise worst-case guarantees like with aiT,
but to enable development of applications in a timing-conscious way without cumbersome measurements
on physical hardware. The analysis is applicable when no hardware is available yet, or the application
is not mature enough for measurements.
Key benefits
- TimingProfiler gives detailed information about the execution time and time-critical paths.
- The analysis is purely static. No access to physical hardware and no code instrumentation are required.
- The analyzer does not need to be stimulated with concrete inputs. By default, it takes all potential inputs into account.
- Nevertheless, the analysis can be restricted to specific execution scenarios if desired.
- The tool shows call and control flow graphs, and displays all relevant information about the executable.
- Hotspots and bottlenecks can be identified at early development stages so that late-stage integration problems can be avoided.
- This provides for easy integration into the development process, and enables application in continuous test and integration frameworks.
- TimingProfiler can be seamlessly coupled with StackAnalyzer
to additionally take the stack behavior into account, providing a unified approach to addressing resource usage.
Supported compilers
- Texas Instruments C compiler
Supported processor derivates
- Generic TMS320F28x
- TMS320F2801x
- TMS320F2802
- TMS320F2806
- TMS320F2808
- TMS320F2809
- TMS320F2810
- TMS320F2811
- TMS320F2812
- TMS320F28035
- TMS320F28335
- TMS320F28069
System requirements
- Windows: 64-bit Windows 10 or 11
- Linux: 64-bit CentOS/RHEL 7 or compatible
- 4 GB of RAM (16 GB recommended)
- 4 GB of disk space
- The Linux version requires the
libxcb-*
family of libraries to be installed
- Support for macOS High Sierra 10.13 or newer is possible on request for a surcharge