Lines Matching refs:of
6 The timing functions can be used to obtain execution time of
7 a section of code to aid in analysis and optimization.
26 2. Call :c:func:`timing_start` to signal the start of gathering of
29 3. Call :c:func:`timing_counter_get` to mark the start of code
32 4. Call :c:func:`timing_counter_get` to mark the end of code
35 5. Call :c:func:`timing_cycles_get` to get the number of timer cycles
36 between start and end of code execution.
38 6. Call :c:func:`timing_cycles_to_ns` with total number of cycles
39 to convert number of cycles to nanoseconds.
42 blocks of code.
44 8. Call :c:func:`timing_stop` to signal the end of gathering of