gossamer/performance
Values
pub fn clear_marks() -> Nil
pub fn clear_measures() -> Nil
pub fn get_entries() -> List(performance_entry.PerformanceEntry)
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 mark(
name: String,
) -> Result(performance_entry.PerformanceEntry, String)
pub fn measure(
name: String,
from start_mark: String,
to end_mark: String,
) -> Result(performance_entry.PerformanceEntry, String)
pub fn time_origin() -> Float
pub fn to_json() -> dynamic.Dynamic