aboutsummaryrefslogtreecommitdiffstats
path: root/js/profiler.js
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-02-20 00:02:26 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-02-20 00:02:26 +0100
commitb3863f5c4984ae814eeb32407ae5899693b735ab (patch)
tree097e3320401da482117c07a2f08d98297340abd6 /js/profiler.js
parenta35201f45aa8e7735f668d1bb349fca3b1c3cc1e (diff)
downloadematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.lz
ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.xz
ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.zip
Change all names from μMatrix to ηMatrix
Hopefully I caught all of them!
Diffstat (limited to 'js/profiler.js')
-rw-r--r--js/profiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/profiler.js b/js/profiler.js
index 732403c..8cd7fba 100644
--- a/js/profiler.js
+++ b/js/profiler.js
@@ -49,7 +49,7 @@ var quickProfiler = (function() {
count += 1;
time += (now - tstart);
if ( (now - lastlog) >= period ) {
- console.log('µMatrix> %s: %s ms (%d samples)', prompt, avg().toFixed(3), count);
+ console.log('ηMatrix> %s: %s ms (%d samples)', prompt, avg().toFixed(3), count);
lastlog = now;
}
};