perfetto-sdk 0.3.0

Bindings for the Perfetto tracing framework
Documentation
// Copyright (C) 2025 Rivos Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Autogenerated by the ProtoZero Rust compiler plugin.
// Invoked by contrib/rust-sdk/tools/gen_rust_protos
// DO NOT EDIT.

use crate::pb_msg;

pb_msg!(TestConfig {
    message_count: u32, primitive, 1,
    max_messages_per_second: u32, primitive, 2,
    seed: u32, primitive, 3,
    message_size: u32, primitive, 4,
    send_batch_on_register: bool, primitive, 5,
    dummy_fields: TestConfigDummyFields, msg, 6,
});

pb_msg!(TestConfigDummyFields {
    field_uint32: u32, primitive, 1,
    field_int32: i32, primitive, 2,
    field_uint64: u64, primitive, 3,
    field_int64: i64, primitive, 4,
    field_fixed64: u64, primitive, 5,
    field_sfixed64: i64, primitive, 6,
    field_fixed32: u32, primitive, 7,
    field_sfixed32: i32, primitive, 8,
    field_double: f64, primitive, 9,
    field_float: f32, primitive, 10,
    field_sint64: i64, primitive, 11,
    field_sint32: i32, primitive, 12,
    field_string: String, primitive, 13,
    field_bytes: String, primitive, 14,
});