| 604 | uint64_t start = Cycles::rdtsc(); |
| 605 | for (int i = 0; i < count; ++i) { |
| 606 | struct Quadnums { |
| 607 | uint64_t num1; |
| 608 | uint64_t num2; |
| 609 | uint64_t num3; |
| 610 | uint64_t num4; |
| 611 | }; |
| 612 | |
| 613 | struct Quadnums *nums = reinterpret_cast<struct Quadnums*>(buffer); |
| 614 | nums->num1 = 1; |
nothing calls this directly
no outgoing calls
no test coverage detected