Macro webrender::profiler::profile_marker
source ยท macro_rules! profile_marker { ($string:expr) => { ... }; }
Expand description
A helper macro to define profile scopes.
macro_rules! profile_marker { ($string:expr) => { ... }; }
A helper macro to define profile scopes.