perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
29 lines • 1.1 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/third_party/statsd/shell_data.proto.
*/
export declare const file_protos_third_party_statsd_shell_data: GenFile;
/**
* This is a manual import of ShellData:
* https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/StatsD/statsd/src/shell/shell_data.proto;l=27;drc=d2e51ecdf08753688fb889b657dcba60adb994f3
* This must exactly match perfetto.protos.StatsdAtom.
*
* @generated from message perfetto.proto.ShellData
*/
export type ShellData = Message<"perfetto.proto.ShellData"> & {
/**
* @generated from field: repeated bytes atom = 1;
*/
atom: Uint8Array[];
/**
* @generated from field: repeated int64 timestamp_nanos = 2;
*/
timestampNanos: bigint[];
};
/**
* Describes the message perfetto.proto.ShellData.
* Use `create(ShellDataSchema)` to create a new message.
*/
export declare const ShellDataSchema: GenMessage<ShellData>;
//# sourceMappingURL=shell_data_pb.d.ts.map