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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 60 int64_t llvm_compile_time; /**< total, in microseconds */ member in struct:lp_counters
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);
lp_state_setup.c 772 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
lp_state_fs.c     [all...]

Completed in 64 milliseconds