summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index c6c16954f4..a8c6bcf737 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -339,7 +339,6 @@ added: v8.5.0
The high resolution millisecond timestamp at which the V8 platform was
initialized.
-
## Class: PerformanceObserver
### new PerformanceObserver(callback)
@@ -477,7 +476,6 @@ Returns a list of `PerformanceEntry` objects in chronological order
with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`
is equal to `type`.
-
## Examples
### Measuring the duration of async operations