Home
last modified time | relevance | path

Searched defs:profile_count (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/debug/
Dprofiler.cc31 static int profile_count = 0; variable
/external/rust/crates/ash/src/vk/
Ddefinitions.rs46552 pub profile_count: u32, field
46598 pub fn profile_count(mut self, profile_count: u32) -> Self { in profile_count() method