Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserver
M
disconnect
M
observe
M
takeRecords
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserver
M
disconnect
M
observe
M
takeRecords
interface
perf_hooks.PerformanceObserver
interface
PerformanceObserver
disconnect
()
:
void
;
observe
(
options
:
PerformanceObserverInit
)
:
void
;
takeRecords
()
:
PerformanceEntryList
;