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: docs/docs/10.9-perf.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,15 @@ Prints the overall time taken. If no argument's passed, defaults to all the meas
41
41
42
42

43
43
44
-
### `Perf.printDOM(measurements)`
44
+
### `Perf.printOperations(measurements)`
45
45
Prints the underlying DOM manipulations, e.g. "set innerHTML" and "remove".
46
46
47
47

48
48
49
+
### `Perf.printDOM(measurements)`
50
+
51
+
This method has been renamed to `printOperations()` which is described in the previous paragraph. Currently `printDOM()` still exists as an alias but it prints a deprecation warning and will eventually be removed.
52
+
49
53
## Advanced API
50
54
51
55
The above print methods use `Perf.getLastMeasurements()` to pretty-print the result.
0 commit comments