asc_prof_stop
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function Usage
Stops profiling. This API is used together with asc_prof_start. When using the msProf tool to optimize operators on the board, you can call asc_prof_start and asc_prof_stop before and after the kernel code segment to specify the range of the code segment to be optimized.
Prototype
1 | __aicore__ inline void asc_prof_stop() |
Parameters
None
Returns
None
Restrictions
None
Examples
1 | asc_prof_stop(); |
Parent topic: Commissioning APIs