// Hardcoded module "node:perf_hooks" const { throwNotImplemented } = require("$shared"); var constants = { NODE_PERFORMANCE_GC_MAJOR: 4, NODE_PERFORMANCE_GC_MINOR: 1, NODE_PERFORMANCE_GC_INCREMENTAL: 8, NODE_PERFORMANCE_GC_WEAKCB: 16, NODE_PERFORMANCE_GC_FLAGS_NO: 0, NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: 2, NODE_PERFORMANCE_GC_FLAGS_FORCED: 4, NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: 8, NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: 16, NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: 32, NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: 64, }; var performance = globalThis.performance; class PerformanceObserver { constructor() { throwNotImplemented("PerformanceObserver"); } } class PerformanceEntry { constructor() { throwNotImplemented("PerformanceEntry"); } } export default { performance, // performance: { // clearMarks: [Function: clearMarks], // clearMeasures: [Function: clearMeasures], // clearResourceTimings: [Function: clearResourceTimings], // getEntries: [Function: getEntries], // getEntriesByName: [Function: getEntriesByName], // getEntriesByType: [Function: getEntriesByType], // mark: [Function: mark], // measure: [Function: measure], // now: performance.now, // setResourceTimingBufferSize: [Function: setResourceTimingBufferSize], // timeOrigin: performance.timeOrigin, // toJSON: [Function: toJSON], // onresourcetimingbufferfull: [Getter/Setter] // }, constants, // Performance: [class Performance extends EventTarget], PerformanceEntry, // PerformanceMark: [class PerformanceMark extends PerformanceEntry], // PerformanceMeasure: [class PerformanceMeasure extends PerformanceEntry], PerformanceObserver, // PerformanceObserverEntryList: [class PerformanceObserverEntryList], // PerformanceResourceTiming: [class PerformanceResourceTiming extends PerformanceEntry], // monitorEventLoopDelay: [Function: monitorEventLoopDelay], // createHistogram: [Function: createHistogram], }; f='/ansg191/rust-x86/log/?id=ade3c0fc85d23c3780ad9c2aea67bc0073177684&follow=1'>root/x86data (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Bump actions-rs/toolchain from 1 to 1.0.7Gravatar dependabot[bot] 1-1/+1
2021-04-28Update x86 requirement from 0.38.0 to 0.39.0 in /x86testGravatar dependabot[bot] 1-1/+1
2021-04-27Bump version, add author.Gravatar Gerd Zellweger 2-2/+4
2021-04-27types: adding ioaddr type to paging moduleGravatar Reto Achermann 1-1/+404
2021-04-26Update x86 requirement from 0.37.0 to 0.38.0 in /x86testGravatar dependabot[bot] 1-1/+1
2021-04-24Add fence instructions.Gravatar Gerd Zellweger 4-2/+31
2021-04-08Fix clippy warnings.Gravatar Gerd Zellweger 11-47/+296
2021-04-08Fix clippy warnings.Gravatar Gerd Zellweger 2-17/+13
2021-04-08Update some warnings.Gravatar Gerd Zellweger 9-21/+57
2021-04-07Update klogger requirement from 0.0.6 to 0.0.7 in /x86testGravatar dependabot[bot] 1-1/+1
2021-04-07Update klogger requirement from 0.0.6 to 0.0.7Gravatar dependabot[bot] 1-1/+1
2021-03-02Update x86 requirement from 0.36.0 to 0.37.0 in /x86testGravatar dependabot[bot] 1-1/+1
2021-03-01Update version 0.37.Gravatar Gerd Zellweger 1-1/+1
2021-02-28Add split() function.Gravatar Gerd Zellweger 1-0/+5
2021-02-27Update msr.rs to include MSR_IA32_TSX_CTRLGravatar Arpan Srivastava 1-0/+3