ABenchmark.3 783 B

12345678910111213141516171819202122232425262728
  1. .TH "ABenchmark" 3 "Sun Dec 27 2020" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. ABenchmark \- The \fBABenchmark\fP class provides quick access to benchmarking two functions for the purpose of performance testing\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <abenchmark\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBABenchmark\fP (void(*function_one)(), void(*function_two)(), int number_of_runs)"
  15. .br
  16. .ti -1c
  17. .RI "\fBABenchmark\fP (bool(*function_one)(), bool(*function_two)(), int number_of_runs)"
  18. .br
  19. .in -1c
  20. .SH "Detailed Description"
  21. .PP
  22. The \fBABenchmark\fP class provides quick access to benchmarking two functions for the purpose of performance testing\&.
  23. .SH "Author"
  24. .PP
  25. Generated automatically by Doxygen for openPilotLog from the source code\&.