We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ad74e commit cc1b954Copy full SHA for cc1b954
webrender/src/profiler.rs
@@ -2036,7 +2036,6 @@ pub struct CpuFrameTimings {
2036
pub batching: f64,
2037
pub frame_building_other: f64,
2038
pub frame_send: f64,
2039
- pub renderer: f64,
2040
pub uploads: f64,
2041
pub gpu_cache: f64,
2042
pub draw_calls: f64,
@@ -2071,7 +2070,6 @@ impl CpuFrameTimings {
2071
2070
batching,
2072
frame_building_other,
2073
frame_send,
2074
- renderer,
2075
uploads,
2076
gpu_cache,
2077
draw_calls,
0 commit comments