HomeSort by relevance Sort by last modified time
    Searched refs:PrintStatistics (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap3/dspbridge/libbridge/inc/
perfutils.h 24 VOID PrintStatistics(struct timeval *tv_beg,struct timeval* tv_end, char * ModuleName,INT BufferSize);
  /external/llvm/lib/Support/
Statistic.cpp 54 friend void llvm::PrintStatistics();
55 friend void llvm::PrintStatistics(raw_ostream &OS);
89 llvm::PrintStatistics();
100 void llvm::PrintStatistics(raw_ostream &OS) {
139 void llvm::PrintStatistics() {
148 PrintStatistics(OutStream);
  /external/llvm/include/llvm/ADT/
Statistic.h 174 void PrintStatistics();
177 void PrintStatistics(raw_ostream &OS);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestVADDTX.h 32 void PrintStatistics();
TestVADDTX.cc 251 _monitor.PrintStatistics();
371 void ActivityMonitor::PrintStatistics() {
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 51 void PrintStatistics(struct timeval *tv_beg, struct timeval *tv_end,
DSPProcessor.c 243 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);
DSPProcessor_OEM.c 143 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_Load", 0);
DSPManager.c 324 PrintStatistics(&tv_beg, &tv_end, "DSPManager_RegisterObject", 0);
365 PrintStatistics(&tv_beg, &tv_end, "DSPManager_UnregisterObject", 0);
DSPNode.c 441 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);
  /external/clang/tools/driver/
cc1_main.cpp 126 llvm::PrintStatistics();

Completed in 595 milliseconds