Searched refs:PrintStatistics (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dperfutils.h24 VOID PrintStatistics(struct timeval *tv_beg,struct timeval* tv_end, char * ModuleName,INT BufferSize);
/hardware/ti/omap3/dspbridge/libbridge/
H A Dperfutils.c51 void PrintStatistics(struct timeval *tv_beg, struct timeval *tv_end, function
H A DDSPProcessor.c243 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_FlushMemory", ulSize);
286 PrintStatistics(&tv_beg, &tv_end,
466 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_Map", ulSize);
582 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_ReserveMemory", ulSize);
627 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_UnMap", 0);
673 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_UnReserveMemory", 0);
H A DDSPProcessor_OEM.c143 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_Load", 0);
H A DDSPManager.c324 PrintStatistics(&tv_beg, &tv_end, "DSPManager_RegisterObject", 0);
365 PrintStatistics(&tv_beg, &tv_end, "DSPManager_UnregisterObject", 0);
H A DDSPNode.c441 PrintStatistics(&tv_beg, &tv_end, "DSPNode_Create", 0);
542 PrintStatistics(&tv_beg, &tv_end, "DSPNode_Delete", 0);
684 PrintStatistics(&tv_beg, &tv_end, "DSPNode_GetMessage", 0);
793 PrintStatistics(&tv_beg, &tv_end, "DSPNode_PutMessage", 0);

Completed in 65 milliseconds