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

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

console.timeLog(label, ...data)

Prints elapsed time for timer with given label.

More information: