| 51 | |
| 52 | @dataclasses.dataclass |
| 53 | class ProfilerHeader: |
| 54 | name: str |
| 55 | prof_ver: int |
| 56 | max_prof_entries: int |
| 57 | prof_entries: int |
| 58 | max_allocator_entries: int |
| 59 | allocator_entries: int |
| 60 | max_mem_prof_entries: int |
| 61 | mem_prof_entries: int |
| 62 | |
| 63 | |
| 64 | @dataclasses.dataclass |
no outgoing calls
no test coverage detected