[][src]Function boa::builtins::console::time_end

pub fn time_end(
    this: &Value,
    args: &[Value],
    ctx: &mut Interpreter
) -> ResultValue

console.timeEnd(label)

Removes the timer with given label.

More information: