MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / framebuffer_fill_count

Method framebuffer_fill_count

crates/virtual-machine/src/bus.rs:253–255  ·  view source on GitHub ↗

Number of full-screen FILL clears the framebuffer has performed.

(&self)

Source from the content-addressed store, hash-verified

251 crate::memory::cache::CacheStats,
252 )> {
253 (self.memory_latency.enabled && addr >= RAM_BASE).then(|| self.get_cache_stats())
254 }
255
256 /// Capture the architectural RAM image (RAM overlaid with dirty cache lines).
257 pub fn ram_image(&self) -> Vec<u8> {
258 let mut buf = vec![0u8; self.l1_cache.ram_len()];

Callers 1

cube_framebuffer_benchFunction · 0.45

Calls 1

fill_countMethod · 0.80

Tested by

no test coverage detected