Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dperf.rs162 let (cpu_profiles, gpu_profiles) = self.wrench.get_frame_profiles(); in render_yaml()
163 cpu_frame_profiles.extend(cpu_profiles); in render_yaml()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dperf.rs220 let (cpu_profiles, gpu_profiles) = self.wrench.get_frame_profiles(); in render_yaml()
222 cpu_frame_profiles.extend(cpu_profiles); in render_yaml()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dperf.rs220 let (cpu_profiles, gpu_profiles) = self.wrench.get_frame_profiles(); in render_yaml()
222 cpu_frame_profiles.extend(cpu_profiles); in render_yaml()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dperf.rs219 let (cpu_profiles, gpu_profiles) = self.wrench.get_frame_profiles(); in render_yaml()
221 cpu_frame_profiles.extend(cpu_profiles); in render_yaml()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dperf.rs220 let (cpu_profiles, gpu_profiles) = self.wrench.get_frame_profiles(); in render_yaml()
222 cpu_frame_profiles.extend(cpu_profiles); in render_yaml()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drenderer.rs1679 cpu_profiles: VecDeque<CpuProfile>, field
2298 cpu_profiles: VecDeque::new(), in new()
2713 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
2715 (cpu_profiles, gpu_profiles) in get_frame_profiles()
2875 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
2876 self.cpu_profiles.pop_front(); in render_impl()
2884 self.cpu_profiles.push_back(cpu_profile); in render_impl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs830 cpu_profiles: VecDeque<CpuProfile>, field
1369 cpu_profiles: VecDeque::new(), in new()
1670 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
1672 (cpu_profiles, gpu_profiles) in get_frame_profiles()
2021 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
2022 self.cpu_profiles.pop_front(); in render_impl()
2030 self.cpu_profiles.push_back(cpu_profile); in render_impl()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs1570 cpu_profiles: VecDeque<CpuProfile>, field
2015 cpu_profiles: VecDeque::new(), in new()
2452 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
2454 (cpu_profiles, gpu_profiles) in get_frame_profiles()
2638 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
2639 self.cpu_profiles.pop_front(); in render_impl()
2647 self.cpu_profiles.push_back(cpu_profile); in render_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs830 cpu_profiles: VecDeque<CpuProfile>, field
1369 cpu_profiles: VecDeque::new(), in new()
1670 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
1672 (cpu_profiles, gpu_profiles) in get_frame_profiles()
2021 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
2022 self.cpu_profiles.pop_front(); in render_impl()
2030 self.cpu_profiles.push_back(cpu_profile); in render_impl()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs834 cpu_profiles: VecDeque<CpuProfile>, field
1384 cpu_profiles: VecDeque::new(), in new()
1689 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
1691 (cpu_profiles, gpu_profiles) in get_frame_profiles()
2061 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
2062 self.cpu_profiles.pop_front(); in render_impl()
2070 self.cpu_profiles.push_back(cpu_profile); in render_impl()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drenderer.rs2079 cpu_profiles: VecDeque<CpuProfile>, field
2661 cpu_profiles: VecDeque::new(), in new()
3191 let cpu_profiles = self.cpu_profiles.drain(..).collect(); in get_frame_profiles() localVariable
3193 (cpu_profiles, gpu_profiles) in get_frame_profiles()
3548 while self.cpu_profiles.len() >= self.max_recorded_profiles { in render_impl()
3549 self.cpu_profiles.pop_front(); in render_impl()
3557 self.cpu_profiles.push_back(cpu_profile); in render_impl()