You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ In a browser or Adobe AIR:
14
14
15
15
<script src="benchmark.js"></script>
16
16
17
-
Optionally, add the `nanoTime` Java applet to the `<body>`:
17
+
Optionally, expose Java's nanosecond timer by adding the "nano" applet to the `<body>`:
18
18
19
19
<applet code="nano" archive="nano.jar"></applet>
20
20
21
-
Or enable Chrome's microsecond timer by using the flag:
21
+
Or enable Chrome's microsecond timer by using the [command line switch](http://peter.sh/experiments/chromium-command-line-switches/#enable-benchmarking):
0 commit comments