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

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

console.time(label)

Starts the timer for given label.

More information: