mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com> Co-authored-by: Don Isaac <donald.isaac@gmail.com> Co-authored-by: DonIsaac <DonIsaac@users.noreply.github.com> Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
62 lines
2.1 KiB
Zig
62 lines
2.1 KiB
Zig
// Generated with scripts/generate-perf-trace-events.sh
|
|
pub const PerfEvent = enum(i32) {
|
|
@"Bundler.BindImportsToExports",
|
|
@"Bundler.CloneLinkerGraph",
|
|
@"Bundler.CreateNamespaceExports",
|
|
@"Bundler.FigureOutCommonJS",
|
|
@"Bundler.MatchImportsWithExports",
|
|
@"Bundler.ParseJS",
|
|
@"Bundler.ParseJSON",
|
|
@"Bundler.ParseTOML",
|
|
@"Bundler.ResolveExportStarStatements",
|
|
@"Bundler.Worker.create",
|
|
@"Bundler.WrapDependencies",
|
|
@"Bundler.breakOutputIntoPieces",
|
|
@"Bundler.cloneAST",
|
|
@"Bundler.computeChunks",
|
|
@"Bundler.findAllImportedPartsInJSOrder",
|
|
@"Bundler.findReachableFiles",
|
|
@"Bundler.generateChunksInParallel",
|
|
@"Bundler.generateCodeForFileInChunkCss",
|
|
@"Bundler.generateCodeForFileInChunkJS",
|
|
@"Bundler.generateIsolatedHash",
|
|
@"Bundler.generateSourceMapForChunk",
|
|
@"Bundler.markFileLiveForTreeShaking",
|
|
@"Bundler.markFileReachableForCodeSplitting",
|
|
@"Bundler.onParseTaskComplete",
|
|
@"Bundler.postProcessJSChunk",
|
|
@"Bundler.readFile",
|
|
@"Bundler.renameSymbolsInChunk",
|
|
@"Bundler.scanImportsAndExports",
|
|
@"Bundler.treeShakingAndCodeSplitting",
|
|
@"Bundler.writeChunkToDisk",
|
|
@"Bundler.writeOutputFilesToDisk",
|
|
@"ExtractTarball.extract",
|
|
@"FolderResolver.readPackageJSONFromDisk.folder",
|
|
@"FolderResolver.readPackageJSONFromDisk.workspace",
|
|
@"JSBundler.addPlugin",
|
|
@"JSBundler.hasAnyMatches",
|
|
@"JSBundler.matchOnLoad",
|
|
@"JSBundler.matchOnResolve",
|
|
@"JSGlobalObject.create",
|
|
@"JSParser.analyze",
|
|
@"JSParser.parse",
|
|
@"JSParser.postvisit",
|
|
@"JSParser.visit",
|
|
@"JSPrinter.print",
|
|
@"JSPrinter.printWithSourceMap",
|
|
@"ModuleResolver.resolve",
|
|
@"PackageInstaller.install",
|
|
@"PackageInstaller.installPatch",
|
|
@"PackageManifest.Serializer.loadByFile",
|
|
@"PackageManifest.Serializer.save",
|
|
@"RuntimeTranspilerCache.fromFile",
|
|
@"RuntimeTranspilerCache.save",
|
|
@"RuntimeTranspilerCache.toFile",
|
|
@"StandaloneModuleGraph.serialize",
|
|
@"Symbols.followAll",
|
|
@"TestCommand.printCodeCoverageLCov",
|
|
@"TestCommand.printCodeCoverageLCovAndText",
|
|
@"TestCommand.printCodeCoverageText",
|
|
};
|