зеркало из https://github.com/mozilla/pluotsorbet.git
make it more obvious which number is the time
This commit is contained in:
Родитель
7472648262
Коммит
4931d09358
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче