feat: init
This commit is contained in:
11
node_modules/unenv/dist/runtime/node/internal/v8/profiler.mjs
generated
vendored
Normal file
11
node_modules/unenv/dist/runtime/node/internal/v8/profiler.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export class GCProfiler {
|
||||
start() {}
|
||||
stop() {
|
||||
return {
|
||||
version: 1,
|
||||
startTime: 0,
|
||||
endTime: 0,
|
||||
statistics: []
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user