Home
last modified time | relevance | path

Searched defs:profiling_enabled (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp141 command_queue::profiling_enabled() const { in profiling_enabled() function in command_queue
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_utils.rs112 let profiling_enabled = std::env::var("RA_PROFILE").is_ok(); in poke_rust_analyzer_developer() localVariable
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Devent.rs234 let profiling_enabled = queue.is_profiling_enabled(); in call() localVariable