Struct tinyprof::ProfilerState
[−]
[src]
pub struct ProfilerState {
// some fields omitted
}pub struct ProfilerState {
// some fields omitted
}impl ProfilerStatefn new() -> ProfilerStatefn previous_frame(&mut self) -> &mut ProfilerFramefn current_frame(&mut self) -> &mut ProfilerFramefn next_frame(&mut self)fn begin_track_time(&mut self, name: String)fn end_track_time(&mut self, time: f64)