debug.h 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /* * Various functions convient to use while debugging and performance * tuning. */ #ifdef __cplusplus extern "C" { #endif void tvCpuUsage(void); void tvTicker(void); #ifdef __cplusplus } #endif