• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Chrome performance mark hashes translation rules
2packet {
3  translation_table {
4    chrome_performance_mark {
5      site_hash_to_name { key: 10 value: "site1" }
6      mark_hash_to_name { key: 20 value: "mark2" }
7    }
8  }
9}
10packet {
11  trusted_packet_sequence_id: 1
12  timestamp: 0
13  incremental_state_cleared: true
14  track_event {
15    categories: "cat1"
16    type: 3
17    name_iid: 1
18    [perfetto.protos.ChromeTrackEvent.chrome_hashed_performance_mark] {
19      site_hash: 10
20      mark_hash: 20
21    }
22  }
23}
24