Home
last modified time | relevance | path

Searched refs:FrameProfileCounters (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dframe_builder.rs18 use profiler::{FrameProfileCounters, GpuCacheProfileCounters, TextureCacheProfileCounters};
64 pub profile_counters: &'a mut FrameProfileCounters,
163 profile_counters: &mut FrameProfileCounters, in build_layer_screen_rects_and_cull_layers() argument
291 let mut profile_counters = FrameProfileCounters::new(); in build()
H A Dprofiler.rs300 pub struct FrameProfileCounters { struct
308 impl FrameProfileCounters { argument
310 FrameProfileCounters { in new()
949 counters: &FrameProfileCounters, in draw_frame_bars() argument
1010 frame_profiles: &[FrameProfileCounters], in draw_full_profile() argument
1143 frame_profiles: &[FrameProfileCounters], in draw_profile() argument
H A Dtiling.rs19 use profiler::FrameProfileCounters;
886 pub profile_counters: FrameProfileCounters,
H A Drenderer.rs49 use profiler::{BackendProfileCounters, FrameProfileCounters, Profiler};
4192 counters: &mut FrameProfileCounters, in allocate_target_texture() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dframe_builder.rs20 use profiler::{FrameProfileCounters, GpuCacheProfileCounters, TextureCacheProfileCounters};
145 pub profile_counters: &'a mut FrameProfileCounters,
309 profile_counters: &mut FrameProfileCounters, in build_layer_screen_rects_and_cull_layers() argument
515 let mut profile_counters = FrameProfileCounters::new(); in build()
H A Dprofiler.rs363 pub struct FrameProfileCounters { struct
371 impl FrameProfileCounters { impl
373 FrameProfileCounters { in new()
1073 counters: &FrameProfileCounters, in draw_frame_bars() argument
1135 frame_profiles: &[FrameProfileCounters], in draw_full_profile() argument
1277 frame_profiles: &[FrameProfileCounters], in draw_profile() argument
H A Dtiling.rs24 use profiler::FrameProfileCounters;
1102 pub profile_counters: FrameProfileCounters,
H A Drenderer.rs63 use profiler::{BackendProfileCounters, FrameProfileCounters, TimeProfileCounter,
3963 counters: &mut FrameProfileCounters, in allocate_target_texture() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dframe_builder.rs21 use crate::profiler::{FrameProfileCounters, TextureCacheProfileCounters, ResourceProfileCounters};
181 pub profile_counters: &'a mut FrameProfileCounters,
267 profile_counters: &mut FrameProfileCounters, in build_layer_screen_rects_and_cull_layers() argument
530 let mut profile_counters = FrameProfileCounters::new(); in build()
1032 pub profile_counters: FrameProfileCounters,
H A Dprofiler.rs589 pub struct FrameProfileCounters { struct
597 impl FrameProfileCounters { argument
599 FrameProfileCounters { in new()
1479 counters: &FrameProfileCounters, in draw_frame_bars() argument
1546 frame_profiles: &[FrameProfileCounters], in draw_full_profile() argument
1777 frame_profiles: &[FrameProfileCounters], in draw_profile() argument
H A Drenderer.rs77 use crate::profiler::{BackendProfileCounters, FrameProfileCounters, TimeProfileCounter,
5697 counters: &mut FrameProfileCounters, in allocate_target_texture() argument