make it more obvious which number is the time

This commit is contained in:
Myk Melez 2014-09-22 01:56:10 -07:00
Родитель 7472648262
Коммит 4931d09358
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,7 @@ var Instrument = {
console.log("Profile:");
methods.forEach(function(method) {
console.log(method.time + " " + method.count + " " + method.key);
console.log(method.time + "ms " + method.count + " " + method.key);
});
this.profiling = false;