gintctl/include/gintctl/perf.h

15 lines
317 B
C

//---
// gintctl:perf - Performance and benchmarks
//---
#ifndef GINTCTL_PERF
#define GINTCTL_PERF
/* gintctl_perf_libprof(): Basic libprof tests using timers */
void gintctl_perf_libprof(void);
/* gintctl_perf_render(): Profile the display primitives */
void gintctl_perf_render(void);
#endif /* GINTCTL_PERF */