console.time() in IE8 Developer Tools

Viewed 6279

Is there an equivalent to

console.time('');
console.timeEnd('');

in IE8 Developer Tools?

2 Answers
Related