pub fn time_log_with_label_and_data_3( label: &str, data_1: &JsValue, data_2: &JsValue, data_3: &JsValue, )
The console.timeLog() function.
console.timeLog()
MDN Documentation
This API requires the following crate features to be activated: console
console