UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

35 lines 1.29 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/config/chrome/v8_config.proto. */ export declare const file_protos_perfetto_config_chrome_v8_config: GenFile; /** * @generated from message perfetto.protos.V8Config */ export type V8Config = Message<"perfetto.protos.V8Config"> & { /** * Whether to log the actual content of scripts (e.g. content of the JS file * that was compiled to generate code). * ATTENTION: This could considerably increase the size of the resuling trace * file. * * @generated from field: optional bool log_script_sources = 1; */ logScriptSources: boolean; /** * Whether to log the generated code for jitted functions (machine code or * bytecode). * ATTENTION: This could considerably increase the size of the resuling trace * file. * * @generated from field: optional bool log_instructions = 2; */ logInstructions: boolean; }; /** * Describes the message perfetto.protos.V8Config. * Use `create(V8ConfigSchema)` to create a new message. */ export declare const V8ConfigSchema: GenMessage<V8Config>; //# sourceMappingURL=v8_config_pb.d.ts.map