| 131 | } |
| 132 | |
| 133 | struct Section final |
| 134 | { |
| 135 | wxStaticText* Last; |
| 136 | wxStaticText* Min; |
| 137 | wxStaticText* Max; |
| 138 | wxStaticText* Avg; |
| 139 | wxStaticText* Events; |
| 140 | |
| 141 | bool Dirty { true }; |
| 142 | }; |
| 143 | |
| 144 | Section mSections[size_t(FrameStatistics::SectionID::Count)]; |
| 145 |
no outgoing calls
no test coverage detected