MCPcopy Create free account
hub / github.com/PerroEngine/Perro / new

Method new

perro_source/render_stack/perro_app/src/winit_runner.rs:463–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461 avg_present_wait_us: f64,
462 avg_frame_us: f64,
463}
464
465#[cfg(feature = "profile_heavy")]
466impl ProfileCsvWriter {
467 fn from_env() -> Option<Self> {
468 let path = std::env::var("PERRO_PROFILE_CSV").ok()?;

Callers

nothing calls this directly

Calls 6

preload_project_imagesFunction · 0.85
project_frame_rate_capFunction · 0.85
projectMethod · 0.80
cloneMethod · 0.80
okMethod · 0.80

Tested by

no test coverage detected