perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
23 lines • 961 B
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/config/system_info/system_info.proto.
*/
export declare const file_protos_perfetto_config_system_info_system_info: GenFile;
/**
* This data-source does a one-off recording of system information when
* the trace starts.
* Currently this includes:
* - Values of
* /sys/devices/system/cpu/cpu*\/cpufreq/scaling_available_frequencies This
* datasource has no configuration options at present.
*
* @generated from message perfetto.protos.SystemInfoConfig
*/
export type SystemInfoConfig = Message<"perfetto.protos.SystemInfoConfig"> & {};
/**
* Describes the message perfetto.protos.SystemInfoConfig.
* Use `create(SystemInfoConfigSchema)` to create a new message.
*/
export declare const SystemInfoConfigSchema: GenMessage<SystemInfoConfig>;
//# sourceMappingURL=system_info_pb.d.ts.map