• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1packet {
2  trusted_packet_sequence_id: 1
3  timestamp: 0
4  gpu_counter_event {
5    counter_descriptor {
6      specs {
7        counter_id: 1
8        name: "GPU Frequency"
9        description: "clock speed"
10        denominator_units: SECOND,
11      }
12    }
13  }
14}
15
16packet {
17  trusted_packet_sequence_id: 1
18  timestamp: 0
19  gpu_counter_event {
20    counter_descriptor {
21      specs {
22        counter_id: 2
23        name: "Fragments / vertex"
24        description: "Number of fragments per vertex"
25        numerator_units: FRAGMENT
26        denominator_units: VERTEX
27        groups: FRAGMENTS
28        groups: VERTICES
29      }
30    }
31  }
32}
33
34packet {
35  trusted_packet_sequence_id: 1
36  timestamp: 0
37  gpu_counter_event {
38    counter_descriptor {
39      specs {
40        counter_id: 3
41        name: "Fragment / Second"
42        description: "Number of fragments per second"
43        numerator_units: PIXEL
44        denominator_units: SECOND
45        groups: FRAGMENTS
46      }
47    }
48  }
49}
50
51packet {
52  trusted_packet_sequence_id: 1
53  timestamp: 0
54  gpu_counter_event {
55    counter_descriptor {
56      specs {
57        counter_id: 4
58        name: "Triangle Acceleration"
59        description: "Number of triangles per ms-ms"
60        numerator_units: TRIANGLE
61        denominator_units: MILLISECOND
62        denominator_units: MILLISECOND
63        groups: PRIMITIVES
64      }
65    }
66  }
67}
68
69