1packet { 2 clock_snapshot { 3 clocks { 4 clock_id: 6 5 timestamp: 101000002 6 } 7 clocks { 8 clock_id: 128 9 timestamp: 2 10 } 11 } 12 timestamp: 101000002 13} 14packet { 15 power_rails { 16 rail_descriptor { 17 index: 4 18 rail_name: "test_rail" 19 subsys_name: "test_subsys" 20 sampling_rate: 1023 21 } 22 } 23} 24packet { 25 timestamp: 3000000 26 power_rails { 27 energy_data { 28 index: 4 29 energy: 333 30 } 31 } 32 timestamp_clock_id: 128 33} 34packet { 35 timestamp: 5000000 36 power_rails { 37 energy_data { 38 index: 4 39 energy: 666 40 } 41 } 42 timestamp_clock_id: 128 43} 44packet { 45 power_rails { 46 energy_data { 47 index: 4 48 timestamp_ms: 106 49 energy: 999 50 } 51 energy_data { 52 index: 4 53 timestamp_ms: 109 54 energy: 0 55 } 56 } 57} 58