Utilities Functions
Overview
Introduction to common debugging interfaces and tools for Ascend C.
Sample List
| Directory Name | Description |
|---|---|
| 00_printf | Printf interface printing function |
| 01_assert | Assert interface exception detection function |
| 02_dump | Dump data debugging function |
| 03_cpudebug | CPU debugging mode |
| 04_profiling | Collecting performance data using Profiling tool |
| 05_sanitizer | Usage of Sanitizer debugging tool |
| 06_clock | Kernel function execution time printing |
| 07_simulator | CAmodel simulation and problem analysis |