perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
32 lines • 1.16 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { FtraceEventBundle } from "./ftrace_event_bundle_pb";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/trace/ftrace/test_bundle_wrapper.proto.
*/
export declare const file_protos_perfetto_trace_ftrace_test_bundle_wrapper: GenFile;
/**
* TODO(hjd): Move this to ftrace_reader/test/protos.
*
* @generated from message perfetto.protos.TestBundleWrapper
*/
export type TestBundleWrapper = Message<"perfetto.protos.TestBundleWrapper"> & {
/**
* @generated from field: optional string before = 1;
*/
before: string;
/**
* @generated from field: repeated perfetto.protos.FtraceEventBundle bundle = 2;
*/
bundle: FtraceEventBundle[];
/**
* @generated from field: optional string after = 3;
*/
after: string;
};
/**
* Describes the message perfetto.protos.TestBundleWrapper.
* Use `create(TestBundleWrapperSchema)` to create a new message.
*/
export declare const TestBundleWrapperSchema: GenMessage<TestBundleWrapper>;
//# sourceMappingURL=test_bundle_wrapper_pb.d.ts.map