Home
last modified time | relevance | path

Searched defs:BackendProfileCounters (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drender_backend.rs838 pub fn run(&mut self, mut profile_counters: BackendProfileCounters) { in run()
972 profile_counters: &mut BackendProfileCounters, in process_transaction()
1078 profile_counters: &mut BackendProfileCounters, in process_api_msg()
1337 profile_counters: &mut BackendProfileCounters, in prepare_transactions()
1396 profile_counters: &mut BackendProfileCounters, in maybe_force_nop_documents()
1435 profile_counters: &mut BackendProfileCounters, in update_document()
1714 profile_counters: &mut BackendProfileCounters, in save_capture()
1852 profile_counters: &mut BackendProfileCounters, in load_capture()
H A Dprofiler.rs694 pub struct BackendProfileCounters { struct
695 pub total_time: TimeProfileCounter,
696 pub resources: ResourceProfileCounters,
697 pub txn: TransactionProfileCounters,
698 pub intern: InternProfileCounters,
699 pub scene_changed: bool,
788 impl BackendProfileCounters { implementation
1518 backend_profile: &BackendProfileCounters, in draw_compact_profile()
1547 backend_profile: &BackendProfileCounters, in draw_full_profile()
1713 backend_profile: &BackendProfileCounters, in draw_smart_profile()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dprofiler.rs364 pub struct BackendProfileCounters { struct
365 pub total_time: TimeProfileCounter,
366 pub resources: ResourceProfileCounters,
367 pub ipc: IpcProfileCounters,
408 impl BackendProfileCounters { implementation
1011 backend_profile: &BackendProfileCounters, in draw_full_profile()
1144 backend_profile: &BackendProfileCounters, in draw_profile()
H A Drender_backend.rs680 pub fn run(&mut self, mut profile_counters: BackendProfileCounters) { in run()
748 profile_counters: &mut BackendProfileCounters, in process_api_msg()
902 profile_counters: &mut BackendProfileCounters, in update_document()
1144 profile_counters: &mut BackendProfileCounters, in save_capture()
1220 profile_counters: &mut BackendProfileCounters, in load_capture()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dprofiler.rs431 pub struct BackendProfileCounters { struct
432 pub total_time: TimeProfileCounter,
433 pub resources: ResourceProfileCounters,
434 pub ipc: IpcProfileCounters,
435 pub intern: InternProfileCounters,
508 impl BackendProfileCounters { implementation
1136 backend_profile: &BackendProfileCounters, in draw_full_profile()
1278 backend_profile: &BackendProfileCounters, in draw_profile()
H A Drender_backend.rs844 pub fn run(&mut self, mut profile_counters: BackendProfileCounters) { in run()
964 profile_counters: &mut BackendProfileCounters, in process_api_msg()
1189 profile_counters: &mut BackendProfileCounters, in prepare_transaction()
1289 profile_counters: &mut BackendProfileCounters, in update_document()
1608 profile_counters: &mut BackendProfileCounters, in save_capture()
1694 profile_counters: &mut BackendProfileCounters, in load_capture()