OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llvm_compile_time
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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
...]
/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 524 milliseconds