Searched refs:llvm_compile_time (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h60 int64_t llvm_compile_time; /**< total, in microseconds */ member in struct:lp_counters
H A Dlp_perf.c106 debug_printf("llvmpipe: total LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 1000000.0);
107 debug_printf("llvmpipe: average LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 1000000.0 / lp_count.nr_llvm_compiles);
H A Dlp_state_setup.c815 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
H A Dlp_state_fs.c3454 LP_COUNT_ADD(llvm_compile_time, dt);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h66 int64_t llvm_compile_time; /**< total, in microseconds */ member in struct:lp_counters
H A Dlp_perf.c122 debug_printf("llvmpipe: total LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 1000000.0);
123 debug_printf("llvmpipe: average LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 1000000.0 / lp_count.nr_llvm_compiles);
H A Dlp_state_setup.c749 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
H A Dlp_state_cs.c886 LP_COUNT_ADD(llvm_compile_time, dt);
H A Dlp_state_fs.c4448 LP_COUNT_ADD(llvm_compile_time, dt);

Completed in 20 milliseconds