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
observe({ type, buffered: true }) should deliver entries created before observe() was called. Perry never delivers them (the observer callback doesn't fire). Repro: node-suite/perf_hooks/observer/buffered. Part of #793.
observe({ type, buffered: true }) should deliver entries created before observe() was called. Perry never delivers them (the observer callback doesn't fire). Repro: node-suite/perf_hooks/observer/buffered. Part of #793.