Home
last modified time | relevance | path

Searched refs:BufferSize (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/
Dperfutils.c52 char *ModuleName, INT BufferSize) in PrintStatistics() argument
66 if (BufferSize != 0) in PrintStatistics()
67 fprintf(stdout, "LOG: BufferSize: 0x%x \n", BufferSize); in PrintStatistics()
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dperfutils.h24 …D PrintStatistics(struct timeval *tv_beg,struct timeval* tv_end, char * ModuleName,INT BufferSize);