gossamer/performance

Values

pub fn clear_marks() -> Nil
pub fn clear_measures() -> Nil
pub fn get_entries_by_name(
  name: String,
) -> List(performance_entry.PerformanceEntry)
pub fn get_entries_by_type(
  entry_type: String,
) -> List(performance_entry.PerformanceEntry)
pub fn measure(
  name: String,
  start_mark: String,
  end_mark: String,
) -> performance_entry.PerformanceEntry
pub fn now() -> Float
pub fn time_origin() -> Float
pub fn to_json() -> dynamic.Dynamic
Search Document