#include <benchs.h>
List of all members.
Public Attributes |
unsigned short | b_start |
| Start time (value of TCNT at beginning of benchmark).
|
unsigned short | b_stop |
| Stop time (value of TCNT at end of benchmark).
|
unsigned short | b_correction |
| Correction factor that must be applied to take into account the overhead due to the 'bench_start' and 'bench_end' calls.
|
unsigned short | b_delta |
| After the call to 'bench_report', the corrected result.
|
Detailed Description
Benchmark data type.
The bench structure records the data for the benchmark.
Definition at line 75 of file benchs.h.The documentation for this struct was generated from the following file:
|