Home
last modified time | relevance | path

Searched refs:llvm_compile_time (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.c106 …debug_printf("llvmpipe: total LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 10… in lp_print_counters()
107 …debug_printf("llvmpipe: average LLVM compile time: %.2f sec\n", lp_count.llvm_compile_time / 10… in lp_print_counters()
Dlp_perf.h60 int64_t llvm_compile_time; /**< total, in microseconds */ member
Dlp_state_setup.c815 LP_COUNT_ADD(llvm_compile_time, t1 - t0); in generate_setup_variant()
Dlp_state_fs.c3408 LP_COUNT_ADD(llvm_compile_time, dt); in llvmpipe_update_fs()