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 D | lp_perf.h | 60 int64_t llvm_compile_time; /**< total, in microseconds */ member in struct:lp_counters
|
| H A D | lp_perf.c | 106 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 D | lp_state_setup.c | 815 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
|
| H A D | lp_state_fs.c | 3454 LP_COUNT_ADD(llvm_compile_time, dt);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_perf.h | 66 int64_t llvm_compile_time; /**< total, in microseconds */ member in struct:lp_counters
|
| H A D | lp_perf.c | 122 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 D | lp_state_setup.c | 749 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
|
| H A D | lp_state_cs.c | 886 LP_COUNT_ADD(llvm_compile_time, dt);
|
| H A D | lp_state_fs.c | 4448 LP_COUNT_ADD(llvm_compile_time, dt);
|
Completed in 20 milliseconds