Module for profiling SecreC programs.
endSection
Detailed Description
section_id |
- section identifier |
Function Overloads
void endSection(uint32 section_id)
newSectionType
Create a new profiling section.
Detailed Description
name |
- name of the section as it will appear in the profiling log |
|
returns section type identifier
|
Function Overloads
uint32 newSectionType(string name)
startSection
Start a profiling section.
Detailed Description
stype |
- section type identifier |
n |
- size of the data processed in this section |
|
returns section identifier
|
Function Overloads
uint32 startSection(uint32 stype, uint n)