diff --git a/index.html b/index.html index f900955..c94503e 100644 --- a/index.html +++ b/index.html @@ -434,7 +434,7 @@

Recommended mark names

"mark_interactive"
The time when the page is considered interactive to an end-user as marked by the developer in their application.
-
"mark_use_counter"
+
"mark_feature_usage"
Mark the usage of a feature which may impact performance so that tooling and analytics can take it into account. The detail metadata can contain any useful information about the feature, including: @@ -453,7 +453,7 @@

Recommended mark names

whether it helped improve performance.

-            performance.mark('mark_use_counter', {
+            performance.mark('mark_feature_usage', {
               'detail': {
                 'feature': 'ImageOptimizationComponent',
                 'framework': 'FancyJavaScriptFramework'